| blib/lib/POE/Component/Client/Telnet.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 11 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 74 | 0 | 0 | 0 | defined $options && ref $options eq 'HASH' |
| 113 | 0 | 0 | 0 | $$self{'telnet_options'} and ref $$self{'telnet_options'} eq 'ARRAY' |
| line | l | !l | condition |
|---|---|---|---|
| 45 | 0 | 0 | $params{'package'} ||= 'Net::Telnet' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 64 | 0 | 0 | 0 | $sub =~ /^_/ or $sub =~ /(carp|croak|confess)$/ |