$considered
$considered : int
What one repair pass did.
__construct(int $considered = 0, int $repaired = 0, int $failed = 0, int $cleared = 0, int $held = 0, list$ran = []) : mixed
Constructs the report.
| int | $considered | Distinct finding codes the pass looked at. |
| int | $repaired | Codes whose pass ran and returned. |
| int | $failed | Codes whose pass raised, and which have therefore climbed a rung. |
| int | $cleared | Open findings resolved before the passes ran. |
| int | $held | Codes left alone because their rung needs a person, or the breaker is open on them. |
| list |
$ran | One line per pass that executed, in the order they ran. |