Condition Coverage

blib/lib/Net/AOLIM.pm
Criterion Covered Total %
condition 0 76 0.0


and 3 conditions

line !l l&&!r l&&r condition
258 0 0 0 defined $args{'username'} and defined $args{'password'}
0 0 0 defined $args{'username'} and defined $args{'password'} and defined $args{'callback'}
465 0 0 0 defined sysread($$im_socket, $rsp_header, $SFLAP_HEADER_LEN, 0) and length $rsp_header == $SFLAP_HEADER_LEN
478 0 0 0 defined sysread($$im_socket, $rsp_recv_packet, $rsp_dlen, 0) and length $rsp_recv_packet == $rsp_dlen
485 0 0 0 $rsp_type == $SFLAP_TYPE_SIGNON and $rsp_dlen == 4
563 0 0 0 defined $sflap_type and defined $sflap_data
0 0 0 defined $sflap_type and defined $sflap_data and defined $already_formatted
0 0 0 defined $sflap_type and defined $sflap_data and defined $already_formatted and defined $no_null_terminate
892 0 0 0 defined $imsg and defined $tsi_uname
0 0 0 defined $imsg and defined $tsi_uname and defined $tsi_msg
944 0 0 0 defined $ib_group and defined $_[0]
1619 0 0 0 defined $te_user and defined $te_anon
1665 0 0 0 defined $tcj_exchange and defined $tcj_room_name
1708 0 0 0 defined $tcs_roomid and defined $tcs_msgtext
1750 0 0 0 defined $tcw_roomid and defined $tcw_dstuser
0 0 0 defined $tcw_roomid and defined $tcw_dstuser and defined $tcw_msgtext
1792 0 0 0 defined $tce_roomid and defined $tce_dstuser
0 0 0 defined $tce_roomid and defined $tce_dstuser and defined $tce_anon
1830 0 0 0 defined $tci_roomid and defined $tci_msgtext
0 0 0 defined $tci_roomid and defined $tci_msgtext and @tci_buddies
2171 0 0 0 defined $fh and defined $cb

or 2 conditions

line l !l condition
265 0 0 $args{'server'} ||= 'toc.oscar.aol.com'
266 0 0 $args{'port'} ||= 1234
267 0 0 $args{'login_server'} ||= 'login.oscar.aol.com'
268 0 0 $args{'login_port'} ||= 5198
270 0 0 $args{'login_timeout'} ||= undef()

or 3 conditions

line l !l&&r !l&&!r condition
269 0 0 0 $args{'aim_agent'} ||= 'AOLIM:$Version ' . $VERSION . '$'