blib/lib/File/LocalizeNewlines.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 27 | 40.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
165 | 0 | 11 | 4 | defined $_[0] && ref $_[0] |
0 | 0 | 11 | defined $_[0] && -f $_[0] | |
221 | 0 | 3 | 0 | defined $_[0] && ref $_[0] |
0 | 0 | 3 | defined $_[0] && -e $_[0] | |
257 | 0 | 1 | 0 | defined $_[0] && ref $_[0] |
0 | 0 | 1 | defined $_[0] && -f $_[0] | |
288 | 11 | 0 | 0 | _INSTANCE($_[0], 'UNIVERSAL') && $_[0]->can($_[1]) |
292 | 0 | 0 | 5 | defined $_[0] && -d $_[0] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
226 | 1 | 0 | 2 | -f $path || ref $_[0] |