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 67 0 ref $definition || ''
19 1 0 ref $items || ''
29 42 0 ref $items || ''
43 40 0 ref $definition || ''
80 28 0 $definition->{'type'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
55 1 1 0 $definition->{'description'} // $def->{'description'}
82 41 0 0 $self->_collect_example(@_) // $_[1]{'default'}