Branch Coverage

blib/lib/Test/Mockify/TypeTests.pm
Criterion Covered Total %
branch 15 16 93.7


line true false branch
22 11 11 if ($Value =~ /^$Sign\d+$/)
39 49 10 if ($Value =~ /^$FloatRegex$/)
51 28 1 if (defined $Value)
52 28 0 if ($Value =~ /[\w\s]/ or $Value eq '')
57 5 23 if (defined $ValueType and $ValueType ne '')
70 34 10 if (ref $aValue eq 'ARRAY')
82 46 56 if (ref $hValue eq 'HASH')
94 8 8 if (&blessed($Value))