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
211 15 0 101 looks_like_number $key and int $key == $key

or 2 conditions

line l !l condition
66 129 106 $$exp_unacked_counts{$key} || 0
67 137 98 $$self{'unacked_counts'}{$key} || 0
78 8 6 $$in{'age'} || 0

or 3 conditions

line l !l&&r !l&&!r condition
61 0 0 211 not defined $exp_unacked_counts or ref $exp_unacked_counts ne 'HASH'
147 0 0 1521 not defined $status or ref $status ne 'HASH'
152 5 11 0 $cur_time ||= 'DateTime'->now
203 4 6 159 not defined $callback or ref $callback ne 'CODE'
206 4 6 149 not defined $assumed or ref $assumed ne 'HASH'
211 75 0 116 $key eq 'total' or looks_like_number $key and int $key == $key