blib/lib/Ordeal/Model/Backend/PlainFile.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 8 | 87.5 |
line | true | false | branch |
---|---|---|---|
23 | 1 | 28 | unless my($name, $extension) = $id =~ /\A (.*) \. (.*) \z/msux |
42 | 1 | 27 | unless my $content_type = $$content_type_for{lc $extension} |
51 | 4 | 0 | if ($path->is_dir) { } |
78 | 2 | 30 | unless $path->exists |