| blib/lib/Net/EPP/Client.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 29 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 108 | 0 | 0 | 0 | exists $params{'ssl'} && !$params{'ssl'} |
| 115 | 0 | 0 | 0 | exists $params{'frames'} && !$params{'frames'} |
| 178 | 0 | 0 | 0 | $@ and $@ ne "" |
| 196 | 0 | 0 | 0 | $@ and $@ ne "" |
| 301 | 0 | 0 | 0 | not $frame =~ / and -e $frame |
| line | l | !l | condition |
|---|---|---|---|
| 108 | 0 | 0 | $params{'port'} || 700 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 178 | 0 | 0 | 0 | not defined $self->{'connection'} or $@ and $@ ne "" |
| 196 | 0 | 0 | 0 | not defined $self->{'connection'} or $@ and $@ ne "" |
| 265 | 0 | 0 | 0 | not defined $doc or $@ ne "" |
| 301 | 0 | 0 | 0 | $frame->isa("XML::DOM::Document") or $frame->isa("XML::LibXML::Document") |