| blib/lib/Mir/FileHandler.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 48 | 27.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 314 | 0 | 0 | 3 | $code and $max |
| 363 | 1 | 2 | 11 | defined($file = readdir $DIR) and $count < $max |
| 407 | 0 | 0 | 1 | $self && ref $self |
| 419 | 0 | 0 | 1 | -f $_ and not /^\./u |
| 0 | 0 | 1 | -f $_ and not /^\./u and not /\~$/u | |
| 425 | 0 | 0 | 0 | -d $_ and /\.svn/u |
| 426 | 0 | 0 | 0 | -f $_ and not /^\./u |
| 0 | 0 | 0 | -f $_ and not /^\./u and not /\~$/u | |
| 434 | 0 | 0 | 0 | -d $_ and /\.\w+/u |
| 435 | 0 | 0 | 0 | -f $_ and not /^\./u |
| 0 | 0 | 0 | -f $_ and not /^\./u and not /\~$/u | |
| 467 | 0 | 0 | 0 | $self && ref $self |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 274 | 2 | 2 | 1 | $file eq '.' or $file eq '..' |
| 368 | 1 | 1 | 0 | $file eq '.' or $file eq '..' |
| 407 | 0 | 1 | 0 | $path || $self->{'path'} |
| 467 | 0 | 0 | 0 | $path || $self->{'path'} |