Condition Coverage

blib/lib/Modern/OpenAPI/Generator/Writer.pm
Criterion Covered Total %
condition 17 19 89.4


and 3 conditions

line !l l&&!r l&&r condition
22 0 1 69 defined $rel and length $rel
26 66 1 2 -e $full and $self->{'merge'}
1 1 1 -e $full and $self->{'merge'} and not $self->{'force'}
29 66 1 1 -e $full and not $self->{'force'}
67 0 1 -e $full and not $self->{'force'} and not $self->{'merge'}

or 2 conditions

line l !l condition
16 8 1 $arg{'force'} // 0
8 1 $arg{'merge'} // 0