blib/lib/Business/Mondo/Resource.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 9 | 10 | 90.0 |
line | true | false | branch |
---|---|---|---|
83 | 6 | 29 | if (&blessed($hash{'currency'})) |
88 | 23 | 219 | if (ref $hash{$k} eq 'DateTime') { } |
24 | 195 | elsif (my $blessed = &blessed($hash{$k})) { } | |
91 | 12 | 12 | if $blessed =~ /Boolean/ |
132 | 1 | 0 | if $sub_key |