| blib/lib/App/diffdir.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 12 | 25.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 108 | 0 | 27 | 1 | $self->{'exclude'} and grep {$file =~ /$_/;} @{$$self{'exclude'};} |
| 144 | 0 | 0 | 0 | not $self->follow and -l $file1 || -l $file2 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 125 | 0 | 0 | 1 | $self->ignore_space_change || $self->ignore_all_space |
| 144 | 0 | 0 | 0 | -l $file1 || -l $file2 |