blib/lib/DBIx/Class/InflateColumn/JSON2Object/Role/Storable.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 12 | 58.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
32 | 0 | 0 | 19 | not utf8::is_utf8($json) and utf8::valid($json) |
58 | 0 | 55 | 2 | $type and $type eq 'Int' || $type eq 'Num' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
58 | 5 | 2 | 50 | $type eq 'Int' || $type eq 'Num' |
68 | 2 | 0 | 0 | ref $self || $self |