| blib/lib/HTTP/DAV/Response.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 13 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 55 | 0 | 0 | 0 | defined $message and $message =~ /^(.*?)\s(.*?)\s(.*?)$/ |
| 125 | 0 | 0 | 0 | defined $number and $number >= 0 |
| line | l | !l | condition |
|---|---|---|---|
| 143 | 0 | 0 | $self->SUPER::is_success || 0 |
| 164 | 0 | 0 | $self->get_responsedescription || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 27 | 0 | 0 | 0 | ref $class || $class |