blib/lib/Net/IMAP/Simple/NB.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 30 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
159 | 0 | 0 | 0 | not $$self{'use_v6'} and $$self{'server'} =~ /^[A-Fa-f0-9]{4}:[A-Fa-f0-9]{4}:/ |
0 | 0 | 0 | not $$self{'use_v6'} and $$self{'server'} =~ /^[A-Fa-f0-9]{4}:[A-Fa-f0-9]{4}:/ and $$self{'server'} =~ s/:(\d+)$//g | |
284 | 0 | 0 | 0 | $$self{'use_select_cache'} and time - $$self{'BOXES'}{$mbox}{'proc_time'} <= $$self{'select_cache_ttl'} |
line | l | !l | condition |
---|---|---|---|
245 | 0 | 0 | $args{'final'} || die("No final calling $args{'cmd'}") |
246 | 0 | 0 | $args{'process'} || die("No process calling $args{'cmd'}") |
282 | 0 | 0 | $$self{'BOXES'}{$mbox}{'proc_time'} ||= 0 |
474 | 0 | 0 | $ref ||= '""' |
551 | 0 | 0 | $ref->max_idle_time || 0 |
552 | 0 | 0 | $ref->max_connect_time || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
146 | 0 | 0 | 0 | $prt ||= $opts{'port'} ? $opts{'port'} : $self->_port |
254 | 0 | 0 | 0 | shift() || confess('set_callback called with no callback') |
491 | 0 | 0 | 0 | $line =~ /^\*\s+(LIST|LSUB).*\s+(\".*?\")\s*$/i or $line =~ /^\*\s+(LIST|LSUB).*\s+(\S+)\s*$/i |