blib/lib/File/Dircmp.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 24 | 0.0 |
line | true | false | branch |
---|---|---|---|
50 | 0 | 0 | if $dodiff |
51 | 0 | 0 | if $suppress |
53 | 0 | 0 | unless (-d $d1) |
59 | 0 | 0 | unless (-d $d2) |
99 | 0 | 0 | if (defined $d2_files{$x}) { } |
111 | 0 | 0 | unless defined $common{$x} |
124 | 0 | 0 | if (-f $d1_file and -f $d2_file) { } |
0 | 0 | elsif (-d $d1_file and -d $d2_file) { } | |
0 | 0 | elsif (-f $d1_file and -d $d2_file) { } | |
0 | 0 | elsif (-d $d1_file and -f $d2_file) { } | |
126 | 0 | 0 | if (not compare($d1_file, $d2_file)) { } |
128 | 0 | 0 | unless ($g_s) |