Condition Coverage

blib/lib/CHI/Cascade/Target.pm
Criterion Covered Total %
condition 5 19 26.3


and 3 conditions

line !l l&&!r l&&r condition
54 25 0 0 exists $self->{'finish_time'} && $self->{'finish_time'}
76 10 0 0 exists $self->{'expires_finish_time'} && $self->{'expires_finish_time'}

or 2 conditions

line l !l condition
43 3 0 $_[0]{'actual_stamp'} || $_[0]{'time'} || 0
76 0 0 int $self->{'expires_finish_time'} - &Time::HiRes::time() + 0.5 || 'now'

or 3 conditions

line l !l&&r !l&&!r condition
12 0 4 0 ref $class || $class
50 0 0 0 $_[1] || &Time::HiRes::time()
63 10 0 0 $expires eq 'never' or $expires eq 'now'