Branch Coverage

blib/lib/Data/Resolver/FromTar.pm
Criterion Covered Total %
branch 18 22 81.8


line true false branch
40 4 14 if length $name <= $lp
41 1 13 if substr($name, 0, $lp) ne $prefix
45 7 6 if ($subname =~ m[\A (.*?) /]msux) { }
3 3 elsif ($type == 5) { }
3 0 elsif ($type == 0) { }
77 47 19 unless $tar->contains_file($full_key)
79 19 0 if $file->type == $type
87 0 7 unless my $child = $self->_child($key, 0)
94 0 4 unless my $child = $self->_child($key, 5)
100 4 2 defined $self->_child($key, 0) ? :
104 4 1 defined $self->_child($key, 5) ? :