Condition Coverage

blib/lib/BusyBird/Timeline.pm
Criterion Covered Total %
condition 20 27 74.0


and 3 conditions

line !l l&&!r l&&r condition
210 15 0 101 looks_like_number $key and int $key == $key

or 2 conditions

line l !l condition
65 128 107 $$exp_unacked_counts{$key} || 0
66 134 101 $$self{'unacked_counts'}{$key} || 0
77 7 6 $$in{'age'} || 0

or 3 conditions

line l !l&&r !l&&!r condition
60 0 0 212 not defined $exp_unacked_counts or ref $exp_unacked_counts ne 'HASH'
146 0 0 1521 not defined $status or ref $status ne 'HASH'
151 5 11 0 $cur_time ||= 'DateTime'->now
202 4 6 160 not defined $callback or ref $callback ne 'CODE'
205 4 6 150 not defined $assumed or ref $assumed ne 'HASH'
210 76 0 116 $key eq 'total' or looks_like_number $key and int $key == $key