Condition Coverage

blib/lib/Modern/OpenAPI/Generator/CodeGen/Client.pm
Criterion Covered Total %
condition 10 26 38.4


and 3 conditions

line !l l&&!r l&&r condition
53 0 0 3 ($sch->{'type'} // "") eq "object" and ref $sch->{'properties'} eq "HASH"

or 2 conditions

line l !l condition
14 3 0 $arg{'sync'} // 1
15 3 0 $arg{'async'} // 1
16 3 0 $arg{'signatures'} // []
53 3 0 $sch->{'type'} // ""

or 3 conditions

line l !l&&r !l&&!r condition
11 3 0 0 $arg{'writer'} // croak("writer")
12 3 0 0 $arg{'spec'} // croak("spec")
13 3 0 0 $arg{'base'} // croak("base")
52 0 0 3 $sch->{'allOf'} or $sch->{'oneOf'}
0 0 3 $sch->{'allOf'} or $sch->{'oneOf'} or $sch->{'anyOf'}