blib/lib/Data/Package/File.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 4 | 14 | 28.5 |
line | true | false | branch |
---|---|---|---|
50 | 0 | 0 | unless (defined _STRING($file)) |
55 | 0 | 0 | unless ('File::Spec'->file_name_is_absolute($file)) |
58 | 0 | 0 | unless (-f $file) |
61 | 0 | 0 | unless (-r $file) |
88 | 3 | 3 | if (@dist_file) |
96 | 3 | 0 | if (@module_file) |
97 | 0 | 3 | if (@module_file == 1) |