Branch Coverage

blib/lib/List/Vectorize/lib/Datatype.pl
Criterion Covered Total %
branch 18 18 100.0


line true false branch
5 16 7 if ($value =~ /^-?\d+\.?\d*$/) { }
14 4820 109 if ($_[0] and ref $_[0] and ref $_[0] eq 'ARRAY') { }
25 8 11 if ($_[0] and ref $_[0] and ref $_[0] eq 'HASH') { }
36 24 11 if ($_[0] and ref $_[0] and ref $_[0] eq 'SCALAR') { }
47 13 71 if ($_[0] and ref $_[0] and ref $_[0] eq 'CODE') { }
58 7 11 if ($_[0] and ref $_[0] and ref $_[0] eq 'GLOB') { }
69 98 48 if ($_[0] and ref $_[0] and ref $_[0] eq 'REF') { }
81 4 3 if (ref $_[0]) { }
2 1 elsif (ref \$_[0] eq 'GLOB') { }