| blib/lib/File/MultipleDiff.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 18 | 0.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 73 | 0 | 0 | 0 | defined $file_pattern and $file_pattern | 
| 75 | 0 | 0 | 0 | defined $colour and $colour | 
| 79 | 0 | 0 | 0 | defined $digits and $digits | 
| 104 | 0 | 0 | 0 | $count{$File_A}{$File_B} > 9 and $digits <= 2 | 
| 105 | 0 | 0 | 0 | $count{$File_A}{$File_B} > 99 and $digits <= 3 | 
| 106 | 0 | 0 | 0 | $count{$File_A}{$File_B} > 999 and $digits <= 4 |