Branch Coverage

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


line true false branch
25 2 9 if ($d =~ /^local::lib=([\S]+)/) { }
1 8 elsif ($d =~ /^extra=([\S]+)/) { }
0 8 elsif ($d =~ /^extra_with_local=([\S]+)/) { }
42 7 0 unless ($ROOT)
45 26 12 unless (-d catdir(@searchdirs, $dir))
55 5 2 if ($ROOT) { }
56 1 4 if @locallibs
58 5 0 if @libdirs
59 1 4 if @extra
60 0 5 if @extra_with_local
78 2 0 if (-d $extra) { }
97 0 0 if (-d $extra) { }
100 0 0 if (-d $extra_local) { }