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