Branch Coverage

blib/lib/lib/projectroot.pm
Criterion Covered Total %
branch 17 26 65.3


line true false branch
26 2 9 if ($d =~ /^local::lib=([\S]+)/) { }
1 8 elsif ($d =~ /^extra=([\S]+)/) { }
0 8 elsif ($d =~ /^extra_with_local=([\S]+)/) { }
43 7 0 unless ($ROOT)
46 26 12 unless (-d catdir(@searchdirs, $dir))
56 5 2 if ($ROOT) { }
57 1 4 if @locallibs
59 5 0 if @libdirs
60 1 4 if @extra
61 0 5 if @extra_with_local
79 2 0 if (-d $extra) { }
98 0 0 if (-d $extra) { }
101 0 0 if (-d $extra_local) { }