Branch Coverage

blib/lib/Module/Checkstyle/Problem.pm
Criterion Covered Total %
branch 13 14 92.8


line true false branch
12 41 6 if (defined $line and ref $line)
13 39 2 if (UNIVERSAL::isa($line, 'PPI::Element'))
17 41 0 if (ref $line eq 'ARRAY')
30 3 1 if (defined $$self[0])
34 3 1 if (defined $$self[1])
38 3 1 if (defined $$self[2])
41 2 2 if (defined $$self[3])