Condition Coverage

blib/lib/Net/HTTP/Knork.pm
Criterion Covered Total %
condition 8 12 66.6


and 3 conditions

line !l l&&!r l&&r condition
185 6 0 0 $method_args{'required_payload'} and not $payload
188 3 3 0 $payload and not $method =~ /^(?:POST|PUT|PATCH)$/i

or 2 conditions

line l !l condition
171 4 2 shift() // {}
194 3 3 $payload //= undef
223 0 5 $self->client->agent // ''