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