Condition Coverage

blib/lib/CPAN/Testers/TailLog.pm
Criterion Covered Total %
condition 4 18 22.2


and 3 conditions

line !l l&&!r l&&r condition
46 0 4 4 @lines and not $lines[0] =~ /\A\s*\[/
146 0 0 0 -e $dir and -d $dir
0 0 0 -e $dir and -d $dir and -r $dir
156 0 0 0 -e $path and not -d $path
0 0 0 -e $path and not -d $path and -w $path

or 3 conditions

line l !l&&r !l&&!r condition
57 1000 1 0 $fetched ||= do { $self->_ua->mirror($self->url, $self->cache_file); 1 }