blib/lib/LWP/UserAgent/msgraph.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 17 | 17.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
58 | 1 | 0 | 0 | exists $internals{'store'} and not exists $internals{'persistent'} |
61 | 1 | 0 | 0 | $internals{'persistent'} and not exists $internals{'store'} |
66 | 1 | 0 | 0 | $internals{'persistent'} and -r $internals{'store'} |
202 | 0 | 0 | 0 | $id and $id eq $self->sid |
line | l | !l | condition |
---|---|---|---|
341 | 0 | 0 | 'IO::Socket'->new('Domain', 2, 'Type', 1, 'proto', 'tcp', 'PeerPort', $self->{'callerport'}, 'PeerHost', '127.0.0.1') || die("Can't open socket: $IO::Socket::errstr") |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
234 | 0 | 0 | 0 | $code or not $self->{'console'} |