blib/lib/ePod.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 29 | 44.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
55 | 0 | 1 | 0 | $$this{'OVERSIZE'} and $$this{'OVERSIZE'} =~ /^\d+$/s |
70 | 0 | 0 | 0 | not $_[0] =~ /[\r\n]/s and -s $_[0] |
82 | 0 | 0 | 0 | $_[0] =~ /\.pod$/i && !($_[0] =~ /[\r\n]/s) |
90 | 0 | 0 | 0 | not $replace and -e $new_file |
115 | 5 | 0 | 0 | $_[0] =~ /[\r\n]/s and not -e $_[0] |
line | l | !l | condition |
---|---|---|---|
44 | 1 | 0 | $this || 'ePod' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
142 | 17 | 0 | 5 | $1 || $2 |
221 | 11 | 1 | 0 | $n1 || $n2 |
232 | 12 | 14 | 6 | $n1 || $n2 |
234 | 3 | 11 | 12 | $n < $min_level or not $min_level |