Condition Coverage

blib/lib/App/NDTools/Test.pm
Criterion Covered Total %
condition 12 24 50.0


and 3 conditions

line !l l&&!r l&&r condition
24 197 0 0 exists $t{'skip'} and $t{'skip'}->()
37 121 76 0 exists $t{'pre'} and not $t{'pre'}->()
51 0 0 185 &blessed($@) and $@->isa('Log::Log4Cli::Exception')
68 259 135 0 exists $t{$std} and not defined $t{$std}
93 197 0 0 exists $t{'post'} and not $t{'post'}->()

or 3 conditions

line l !l&&r !l&&!r condition
83 115 82 0 not exists $t{'exit'} or defined $t{'exit'}
98 190 7 0 not exists $t{'clean'} or defined $t{'clean'}
112 0 12 0 shift() || (caller)[1]