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
31 246 0 0 exists $t{'skip'} and $t{'skip'}->()
44 138 108 0 exists $t{'pre'} and not $t{'pre'}->()
58 0 0 243 &blessed($@) and $@->isa('Log::Log4Cli::Exception')
75 325 167 0 exists $t{$std} and not defined $t{$std}
100 246 0 0 exists $t{'post'} and not $t{'post'}->()

or 3 conditions

line l !l&&r !l&&!r condition
90 132 114 0 not exists $t{'exit'} or defined $t{'exit'}
105 239 7 0 not exists $t{'clean'} or defined $t{'clean'}
119 0 15 0 shift() || (caller)[1]