corpus/lib/Alien/Build/Plugin/Fetch/Corpus.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 14 | 71.4 |
line | true | false | branch |
---|---|---|---|
43 | 3 | 5 | if ($url =~ qr"^http://test1\.test/foo/bar/baz/?$") { } |
5 | 0 | elsif ($url =~ qr"^http://test1\.test/foo/bar/baz/(.*)$") { } | |
45 | 1 | 2 | if ($self->return_listing_as eq 'list') { } |
2 | 0 | elsif ($self->return_listing_as =~ /^(?:html|dir_listing)$/) { } | |
65 | 5 | 0 | if (-f $path) { } |
71 | 4 | 1 | if ($self->return_file_as eq 'content') { } |
1 | 0 | elsif ($self->return_file_as eq 'path') { } |