blib/lib/App/NDTools/Test.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 24 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
31 | 239 | 0 | 0 | exists $t{'skip'} and $t{'skip'}->() |
44 | 135 | 104 | 0 | exists $t{'pre'} and not $t{'pre'}->() |
58 | 0 | 0 | 236 | &blessed($@) and $@->isa('Log::Log4Cli::Exception') |
75 | 314 | 164 | 0 | exists $t{$std} and not defined $t{$std} |
100 | 239 | 0 | 0 | exists $t{'post'} and not $t{'post'}->() |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
90 | 128 | 111 | 0 | not exists $t{'exit'} or defined $t{'exit'} |
105 | 232 | 7 | 0 | not exists $t{'clean'} or defined $t{'clean'} |
119 | 0 | 15 | 0 | shift() || (caller)[1] |