Branch Coverage

blib/lib/Regexp/Whitespace/Parser.pm
Criterion Covered Total %
branch 11 16 68.7


line true false branch
52 16 0 if ($exact =~ /\s/) { }
55 4 12 if (length $exact > 1) { }
61 0 4 if $self->quant
62 0 4 if $self->ngreed
65 4 18 if ($exact =~ / \G \z /cgx)
68 7 11 if ($exact =~ / \G \s+ /cgx)
73 11 0 if ($exact =~ / \G (\S+) /cgx)
91 0 12 $q =~ /\A ( [?*] | [{]0 ) /x ? :