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