Condition Coverage

blib/lib/Pod/WSDL/Method.pm
Criterion Covered Total %
condition 6 21 28.5


and 3 conditions

line !l l&&!r l&&r condition
36 1 0 1 defined $data{'writer'} and ref $data{'writer'} eq 'Pod::WSDL::Writer'
135 0 0 0 $fault->descr and $me->writer->withDocumentation
232 0 0 0 $descr and $me->writer->withDocumentation
288 0 0 0 not $me->oneway and $me->return

or 2 conditions

line l !l condition
38 1 0 $data{'params'} || []
1 0 $data{'faults'} || []
0 1 $data{'oneWay'} || 0

or 3 conditions

line l !l&&r !l&&!r condition
38 1 0 0 $data{'doc'} || 'Pod::WSDL::Doc'->new('_DOC')