Condition Coverage

blib/lib/Message/Inform.pm
Criterion Covered Total %
condition 9 21 42.8


and 3 conditions

line !l l&&!r l&&r condition
166 0 14 12 $$inform{'match'} and mmatch($message, $$inform{'match'})
169 0 20 6 $$inform{'close_match'} and mmatch($message, $$inform{'close_match'})
356 0 0 8 $message && ref $message
363 0 0 8 $action && ref $action

or 3 conditions

line l !l&&r !l&&!r condition
356 0 0 8 not $message && ref $message or ref $message ne 'HASH'
363 0 0 8 not $action && ref $action or ref $action ne 'HASH'
367 0 0 8 not $$action{'action_name'} or ref $$action{'action_name'}