Condition Coverage

blib/lib/Package/Watchdog/Tracker/Watch.pm
Criterion Covered Total %
condition 8 8 100.0


or 2 conditions

line l !l condition
120 6 6 $level ||= 'warning'

or 3 conditions

line l !l&&r !l&&!r condition
65 1 6 2 not $react or grep {/^$react$/;} 'warn', 'die'
7 1 1 not $react or grep {/^$react$/;} 'warn', 'die' or ref $react eq 'CODE'