Branch Coverage

blib/lib/Parse/FSM/Parser.pm
Criterion Covered Total %
branch 22 24 91.6


line true false branch
245 48 11 if (@{$item[0];}) { }
413 9 18 if @$quant
467 94 480 if (/\G([a-z]\w*)/cig)
470 70 410 if (/\G(?=["'])/cg)
473 68 2 if (defined $quoted_string)
475 68 0 unless ($@)
485 54 356 if (/\G(?=[{])/cg)
488 52 2 if (defined $code_block)
497 0 356 if (/\G(%\w+)/cg)
500 2 354 if (/\G(<\+)\s*([^>\s]+)\s*>/cg)
503 9 345 if (/\G(<\w+)/cg)
506 139 206 if (/\G(.)/cg)