Condition Coverage

lib/APISchema/Generator/Markdown/ResourceResolver.pm
Criterion Covered Total %
condition 10 19 52.6


and 3 conditions

line !l l&&!r l&&r condition
49 0 2 1 $def and not $ref =~ qr"^/resource/[^/]+$"u

or 2 conditions

line l !l condition
15 74 0 ref $definition || ''
19 1 0 ref $items || ''
29 48 0 ref $items || ''
43 42 0 ref $definition || ''
84 33 0 $definition->{'type'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
55 1 1 0 $definition->{'description'} // $def->{'description'}
72 0 0 58 $definition->{'oneOf'} || $definition->{'anyOf'} || $definition->{'allOf'}