blib/lib/App/NDTools/Test.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 21 | 52.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
23 | 176 | 0 | 0 | exists $t{'skip'} and $t{'skip'}->() |
36 | 100 | 76 | 0 | exists $t{'pre'} and not $t{'pre'}->() |
46 | 238 | 114 | 0 | exists $t{$std} and not defined $t{$std} |
71 | 176 | 0 | 0 | exists $t{'post'} and not $t{'post'}->() |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
61 | 106 | 70 | 0 | not exists $t{'exit'} or defined $t{'exit'} |
76 | 169 | 7 | 0 | not exists $t{'clean'} or defined $t{'clean'} |
90 | 0 | 11 | 0 | shift() || (caller)[1] |