Branch Coverage

blib/lib/Filter/Indent/HereDoc.pm
Criterion Covered Total %
branch 11 26 42.3


line true false branch
25 2 9 if (@termstring) { }
41 2 0 if (not $options{'strict_terminators'}) { }
42 2 0 if ($termstring[0] =~ /\S/) { }
48 0 0 if ($termstring[0] =~ /\S/) { }
56 1 1 if ($line =~ /$termregex/)
58 1 0 if ($termstring[0] =~ /\S/) { }
60 0 2 unless /^$whitespace/
66 0 0 if (/^(\s+)\S/)
67 0 0 unless $whitespace and /^$whitespace\s*/
76 0 1 if ($extras)
91 9 0 unless ($options{'strict_terminators'})
97 1 0 if ($line =~ /\G(\w+)/)
102 0 0 if ($line =~ /\G(?:\s*(['"`]))(.*?)(?