Branch Coverage

blib/lib/ex/constant/vars.pm
Criterion Covered Total %
branch 14 16 87.5


line true false branch
21 4 10 if ($type eq 'scalar') { }
5 5 elsif ($type eq 'array') { }
36 2 4 unless @_
37 2 2 if (@_ == 1 and $_[0] eq 'const') { }
44 0 7 unless $prefix =~ /^[\$\@\%]$/
45 2 5 if ($prefix eq '$') { }
2 3 elsif ($prefix eq '@') { }
3 0 elsif ($prefix eq '%') { }