Condition Coverage

blib/lib/Mail/Webmail/Gmail.pm
Criterion Covered Total %
condition 0 61 0.0


and 3 conditions

line !l l&&!r l&&r condition
59 0 0 0 defined $args{'proxy_username'} and defined $args{'proxy_password'}
86 0 0 0 $$self{'_proxy_enable'} and $$self{'_proxy_enable'} >= 1
88 0 0 0 $$self{'_proxy_enable'} and $$self{'_proxy_enable'} >= 2
270 0 0 0 $$self{'_proxy_enable'} and $$self{'_proxy_enable'} >= 2
281 0 0 0 $$self{'_proxy_enable'} and $$self{'_proxy_enable'} >= 2
747 0 0 0 @emails == @{$functions{'ts'};}[1] and @{$functions{'ts'};}[0] != @{$functions{'ts'};}[2]
851 0 0 0 defined $args{'id'} and defined $args{'label'}
959 0 0 0 defined $args{'id'} and defined $args{'label'}
1159 0 0 0 defined $args{'attid'} and defined $args{'msgid'}
1303 0 0 0 $cnt > 0 and not $end_slash
1335 0 0 0 $char eq '"' and not recurse_slash($field)
1342 0 0 0 $char eq '"' and not recurse_slash($field)

or 2 conditions

line l !l condition
40 0 0 $args{'username'} || die('No username defined')
0 0 $args{'password'} || die('No password defined')
0 0 $args{'proxy_username'} || ''
0 0 $args{'proxy_password'} || ''
0 0 $args{'proxy_name'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
40 0 0 0 $args{'login_server'} || $LOGIN_URL
0 0 0 $args{'mail_server'} || $args{'encrypt_session'}
646 0 0 0 $args{'to'} ne '' or $args{'cc'} ne ''
0 0 0 $args{'to'} ne '' or $args{'cc'} ne '' or $args{'bcc'} ne ''
1431 0 0 0 uc $function eq 'MI' or uc $function eq 'MB'