blib/lib/File/is.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 14 | 16 | 87.5 |
line | true | false | branch |
---|---|---|---|
136 | 1 | 1 | if $_[0][$stat_size] == $_[1][$stat_size] |
144 | 0 | 4 | if $^O eq 'MSWin32' |
148 | 3 | 1 | if $_[0][$stat_ino] == $_[1][$stat_ino] |
190 | 1 | 67 | if @_ == 0 |
193 | 4 | 63 | if @_ == 1 and ref $_[0] eq 'ARRAY' |
214 | 0 | 28 | unless @file1_stat |
220 | 1 | 35 | unless @file_stat |
224 | 15 | 20 | if &$cmp_func(\@file1_stat, \@file_stat) |