blib/lib/TAP/Tree/Iterator.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 16 | 18 | 88.8 |
line | true | false | branch |
---|---|---|---|
15 | 0 | 4 | if ($pkg ne 'TAP::Tree') |
35 | 21 | 3 | $$self{'subtest'} ? : |
43 | 2 | 19 | unless defined $$self{'index_testline'} |
58 | 19 | 0 | defined $$test{'testline'}[$$self{'index_testline'}] ? : |
68 | 8 | 11 | if ($testline and $$testline{'subtest'}) |
75 | 4 | 7 | if (defined $$test{'testline'}[$$self{'index_testline'} + 1]) |
94 | 4 | 4 | if (defined $$nexttest{'testline'}[$index_next + 1]) |
100 | 4 | 3 | if ($found) { } |
117 | 2 | 1 | if (defined $$self{'tap_tree'}{'testline'}[$$self{'index_testline'}]) { } |