| blib/lib/REST/Client.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 16 | 37.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 26 | 1 | 0 | 0 | scalar @_ and scalar @_ % 2 == 0 |
| 129 | 19 | 2 | 0 | $headers and ref $headers ne "HASH" |
| 143 | 19 | 2 | 0 | defined $content and length $content |
| 163 | 0 | 0 | 0 | -f $self->getCert and -f $self->getKey |
| line | l | !l | condition |
|---|---|---|---|
| 48 | 0 | 0 | $self->{'_headers'} || {} |
| 150 | 0 | 21 | $self->{'_headers'} || {} |