Branch Coverage

blib/lib/Test/Count.pm
Criterion Covered Total %
branch 19 22 86.3


line true false branch
13 13 26 if (@_)
23 13 13 if (@_)
33 3 16 if (@_)
47 3 10 if (exists $args->{'filename'}) { }
50 0 3 unless open $in, '<:raw', $self->_filename
59 1 12 if (exists $args->{'assert_prefix_regex'}) { }
62 0 1 ref $re eq '' ? :
92 28 425 if ($line =~ /$assert_re:(.*)$/) { }
40 385 elsif ($line =~ /$assert_re((?:[+*].*)?)\s*$/) { }
105 31 9 $s eq '' ? :
113 0 13 if (@{$parser->_parser->{'filter_mults'};} != 1)