Condition Coverage

blib/lib/Test/Log/Dispatch.pm
Criterion Covered Total %
condition 8 11 72.7


or 2 conditions

line l !l condition
73 3 2 $test_name ||= 'log is empty'

or 3 conditions

line l !l&&r !l&&!r condition
43 3 4 0 $test_name ||= "log contains '${regex}'"
59 2 1 0 $test_name ||= "log does not contain '${regex}'"
88 2 1 0 $test_name ||= "log contains only '${regex}'"