Condition Coverage

blib/lib/POE/Component/Client/Telnet.pm
Criterion Covered Total %
condition 0 11 0.0


and 3 conditions

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'

or 2 conditions

line l !l condition
45 0 0 $params{'package'} ||= 'Net::Telnet'

or 3 conditions

line l !l&&r !l&&!r condition
64 0 0 0 $sub =~ /^_/ or $sub =~ /(carp|croak|confess)$/