Condition Coverage

blib/lib/REST/Client.pm
Criterion Covered Total %
condition 6 16 37.5


and 3 conditions

line !l l&&!r l&&r condition
26 1 0 0 scalar @_ and scalar @_ % 2 == 0
130 19 2 0 $headers and ref $headers ne "HASH"
144 19 2 0 defined $content and length $content
164 0 0 0 -f $self->getCert and -f $self->getKey

or 2 conditions

line l !l condition
48 0 0 $self->{'_headers'} || {}
151 0 21 $self->{'_headers'} || {}