blib/lib/App/NDTools/Test.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 24 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
31 | 215 | 0 | 0 | exists $t{'skip'} and $t{'skip'}->() |
44 | 134 | 81 | 0 | exists $t{'pre'} and not $t{'pre'}->() |
58 | 0 | 0 | 212 | &blessed($@) and $@->isa('Log::Log4Cli::Exception') |
75 | 277 | 153 | 0 | exists $t{$std} and not defined $t{$std} |
100 | 215 | 0 | 0 | exists $t{'post'} and not $t{'post'}->() |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
90 | 116 | 99 | 0 | not exists $t{'exit'} or defined $t{'exit'} |
105 | 208 | 7 | 0 | not exists $t{'clean'} or defined $t{'clean'} |
119 | 0 | 12 | 0 | shift() || (caller)[1] |