Condition Coverage

blib/lib/Message/Match.pm
Criterion Covered Total %
condition 21 27 77.7


and 3 conditions

line !l l&&!r l&&r condition
50 4 0 30 $ref_message eq 'HASH' and $ref_match eq 'HASH'
60 0 2 2 $ref_message eq 'ARRAY' and not $ref_match
66 0 0 2 $ref_message eq 'ARRAY' and $ref_match eq 'ARRAY'

or 3 conditions

line l !l&&r !l&&!r condition
14 2 1 27 scalar @_ < 2 or scalar @_ > 2
3 1 26 scalar @_ < 2 or scalar @_ > 2 or not ref $message
2 1 25 scalar @_ < 2 or scalar @_ > 2 or not ref $message or not ref $match
2 0 25 scalar @_ < 2 or scalar @_ > 2 or not ref $message or not ref $match or ref $message ne 'HASH'
1 1 24 scalar @_ < 2 or scalar @_ > 2 or not ref $message or not ref $match or ref $message ne 'HASH' or ref $match ne 'HASH'
44 34 0 21 $ref_message or $ref_match