Branch Coverage

blib/lib/Goo/ConfigFile.pm
Criterion Covered Total %
branch 0 22 0.0


line true false branch
49 0 0 unless ($filename =~ /\.goo$/)
55 0 0 unless (-e $full_path)
111 0 0 if $this->has_locations
136 0 0 if -d $subdir
143 0 0 if $line =~ /^\s*\#/ or $line =~ /^\s*$/
154 0 0 if ($field =~ /location/) { }
0 0 elsif ($field =~ /\[(.)\]/) { }
157 0 0 unless $value =~ m[^/]
159 0 0 if $value eq '~'
165 0 0 unless ($letter =~ /[A-Z\d]/)
185 0 0 if (scalar @locations > 0)