blib/lib/CPAN/Testers/TailLog.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 18 | 22.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
46 | 0 | 4 | 4 | @lines and not $lines[0] =~ /\A\s*\[/ |
147 | 0 | 0 | 0 | -e $dir and -d $dir |
0 | 0 | 0 | -e $dir and -d $dir and -r $dir | |
157 | 0 | 0 | 0 | -e $path and not -d $path |
0 | 0 | 0 | -e $path and not -d $path and -w $path |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
57 | 1000 | 1 | 0 | $fetched ||= do { $self->_ua->mirror($self->url, $self->cache_file); 1 } |