Branch Coverage

lib/ProjectBuilder/Log/Item.pm
Criterion Covered Total %
branch 0 18 0.0


line true false branch
143 0 0 if ($line =~ /^W:/) { }
0 0 elsif ($line =~ /^E:/) { }
151 0 0 if ($line =~ /$errormatch/)
155 0 0 if ($line =~ /$exclude/)
160 0 0 if ($isexcluded == 0)
170 0 0 if ($iserror == 0)
172 0 0 if ($line =~ /$match/)
176 0 0 if ($line =~ /$exclude/)
181 0 0 if ($isexcluded == 0)