Branch Coverage

blib/lib/Alien/Build/Plugin/Fetch/LWP.pm
Criterion Covered Total %
branch 2 14 14.2


line true false branch
26 0 4 unless $self->url
28 0 4 if ($self->url =~ /^https:/ or $self->ssl)
38 0 0 if (my $headers = $options{'http_headers'})
40 0 0 if (ref $headers eq 'ARRAY') { }
54 0 0 unless $res->is_success
61 0 0 if ($type eq 'text/html') { }
0 0 elsif ($type eq 'text/ftp-dir-listing') { }