blib/lib/again.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 11 | 0.0 |
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' |
line | l | !l | condition |
---|---|---|---|
50 | 0 | 0 | $_[0]->can($method) || (return) |
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}} |