Condition Coverage

blib/lib/DBIx/QuickORM/Type/JSON.pm
Criterion Covered Total %
condition 5 21 23.8


or 2 conditions

line l !l condition
25 11 0 $params->{'class'} // __PACKAGE__
35 9 0 $params->{'class'} // __PACKAGE__
38 0 0 builtin::reftype($val) // ""

or 3 conditions

line l !l&&r !l&&!r condition
69 0 0 0 $dialect->supports_type("jsonb") // $dialect->supports_type("json")
73 0 0 0 $dialect->supports_type("longtext") // $dialect->supports_type("text")
81 0 2 0 ref $self || $self
83 0 2 0 $types->{'json'} //= $class
84 0 2 0 $types->{'jsonb'} //= $class