Condition Coverage

blib/lib/Mir/FileHandler.pm
Criterion Covered Total %
condition 13 48 27.0


and 3 conditions

line !l l&&!r l&&r condition
315 0 0 3 $code and $max
364 1 2 11 defined($file = readdir $DIR) and $count < $max
408 0 0 1 $self && ref $self
420 0 0 1 -f $_ and not /^\./u
0 0 1 -f $_ and not /^\./u and not /\~$/u
426 0 0 0 -d $_ and /\.svn/u
427 0 0 0 -f $_ and not /^\./u
0 0 0 -f $_ and not /^\./u and not /\~$/u
435 0 0 0 -d $_ and /\.\w+/u
436 0 0 0 -f $_ and not /^\./u
0 0 0 -f $_ and not /^\./u and not /\~$/u
468 0 0 0 $self && ref $self

or 3 conditions

line l !l&&r !l&&!r condition
275 2 2 1 $file eq '.' or $file eq '..'
369 1 1 0 $file eq '.' or $file eq '..'
408 0 1 0 $path || $self->{'path'}
468 0 0 0 $path || $self->{'path'}