Condition Coverage

blib/lib/again.pm
Criterion Covered Total %
condition 0 11 0.0


and 3 conditions

line !l l&&!r l&&r condition
15 0 0 0 exists $INC{$file} && exists $mtimes{$INC{$file}}
46 0 0 0 @_ == 2 and ref $_[1] eq 'ARRAY'

or 2 conditions

line l !l condition
50 0 0 $_[0]->can($method) || (return)

or 3 conditions

line l !l&&r !l&&!r condition
15 0 0 0 not exists $INC{$file} && exists $mtimes{$INC{$file}} or -M $INC{$file} < $mtimes{$INC{$file}}