Condition Coverage

lib/JSON/Structure/Types.pm
Criterion Covered Total %
condition 20 24 83.3


and 3 conditions

line !l l&&!r l&&r condition
156 10 0 10 $self->{'line'} > 0 && $self->{'column'} > 0

or 2 conditions

line l !l condition
141 270 1 $args{'line'} // 0
270 1 $args{'column'} // 0
202 264 0 $args{'code'} // ""
264 0 $args{'message'} // ""
263 1 $args{'path'} // ""
259 5 $args{'severity'} // "error"
248 551 1 $args{'is_valid'} // 1
548 4 $args{'errors'} // []
547 5 $args{'warnings'} // []

or 3 conditions

line l !l&&r !l&&!r condition
202 258 6 0 $args{'location'} // "JSON::Structure::Types::JsonLocation"->unknown