Branch Coverage

blib/lib/SVN/Hook/Redispatch.pm
Criterion Covered Total %
branch 1 20 5.0


line true false branch
9 1 0 unless $spec
19 0 0 if ($hook_base->parent =~ /hooks$/) { }
30 0 0 if ($type eq 'pre-commit') { }
0 0 elsif ($type eq 'post-commit') { }
39 0 0 $type =~ /^post-/ ? :
41 0 0 if (defined(my $dir = delete $$spec{''}))
47 0 0 unless $svnlook_arg
52 0 0 unless $_ eq $toplevel or $_->subsumes($toplevel)
66 0 0 unless open my $fh, '-|', "$svnlook dirs-changed $arg $repos"
71 0 0 if (not $toplevel) { }