| bin/simple_report | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 14 | 64.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 54 | 63 | 0 | 7 | $item->is_plan and not defined $totals{'plan'} |
| 76 | 63 | 0 | 0 | $status and not defined $totals{'max'} |
| 117 | 28 | 4 | 4 | $item->has_todo and $item->todo_passed |
| line | l | !l | condition |
|---|---|---|---|
| 17 | 0 | 7 | shift @ARGV || 'UNNAMED_TEST' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 117 | 28 | 0 | 4 | $item->is_ok || $item->has_todo |