| blib/lib/My/FileDIff.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 22 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 22 | 0 | 0 | unless open IN1, "$file1" |
| 23 | 0 | 0 | unless open IN2, "$file2" |
| 24 | 0 | 0 | if ($Uni eq 'or') { } |
| 46 | 0 | 0 | unless open IN1, "$file1" |
| 47 | 0 | 0 | unless open IN2, "$file2" |
| 48 | 0 | 0 | if ($Diff eq 'diff') { } |
| 51 | 0 | 0 | unless exists $in2{$_} |
| 70 | 0 | 0 | unless open IN1, "$file1" |
| 71 | 0 | 0 | unless open IN2, "$file2" |
| 72 | 0 | 0 | if ($Intr eq 'and') { } |
| 75 | 0 | 0 | if exists $in1{$_} |