blib/lib/Test/Mockify/Matcher.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 12 | 12 | 100.0 |
line | true | false | branch |
---|---|---|---|
72 | 1 | 66 | if $Value and not IsString($Value) |
73 | 2 | 64 | if defined $Value and IsFloat($Value) |
90 | 1 | 55 | if defined $Value and not IsFloat($Value) |
106 | 1 | 12 | if $Value and not IsHashReference($Value) |
122 | 1 | 11 | if $Value and not IsArrayReference($Value) |
138 | 2 | 16 | if $Value and not $Value =~ /^\w+(::\w+)*$/ms |