blib/lib/Alien/Build/Plugin/Fetch/Cache.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 15 | 26.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
40 | 0 | 0 | 7 | $cache_url and not $cache_url =~ m[^/] |
0 | 0 | 7 | $cache_url and not $cache_url =~ m[^/] and not $cache_url =~ /^file:/ | |
116 | 0 | 0 | 0 | $url and not $url =~ m[^/] |
0 | 0 | 0 | $url and not $url =~ m[^/] and not $url =~ /^file:/ |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
38 | 6 | 1 | 0 | $url // $build->meta_prop->{'plugin_download_negotiate_default_url'} |