| line |
!l |
l&&!r |
l&&r |
condition |
|
97
|
0 |
0 |
0 |
defined $env and not exists $environments{$env} |
|
199
|
0 |
0 |
0 |
defined $level and $level =~ /^\d+$/ |
|
203
|
0 |
0 |
0 |
defined $debug_cb and ref $debug_cb eq 'CODE' |
|
1475
|
0 |
0 |
0 |
exists $$args{$r} and defined $$args{$r} |
|
1490
|
0 |
0 |
0 |
exists $params{'Required_Optional'} and $params{'Required_Optional'} > 0 |
|
1596
|
0 |
0 |
0 |
not $complete_response and $elapsed < $Timeout |
|
1710
|
0 |
0 |
0 |
$within_key and $char ne '=' |
|
|
0 |
0 |
0 |
$within_key and $char eq '=' |
|
|
0 |
0 |
0 |
not $within_key || $within_value and $char eq '"' |
|
|
0 |
0 |
0 |
$within_value and not $seen_quote |
|
|
0 |
0 |
0 |
$within_value and not $seen_quote and $char eq '"' |
|
|
0 |
0 |
0 |
$within_value and $seen_quote |
|
|
0 |
0 |
0 |
$within_value and $seen_quote and $char eq '"' |
|
|
0 |
0 |
0 |
$within_value and $seen_quote |
|
|
0 |
0 |
0 |
$within_value and $seen_quote and $char =~ /\s/ |
|
|
0 |
0 |
0 |
$within_value and not $seen_quote |
|
1772
|
0 |
0 |
0 |
defined $value and $value ne '' |
|
|
0 |
0 |
0 |
defined $value and $value ne '' and $within_value |
|
|
0 |
0 |
0 |
defined $value and $value ne '' and $within_value and $seen_quote |
|
1817
|
0 |
0 |
0 |
not $within_value and $char eq '"' |
|
|
0 |
0 |
0 |
$within_value and not $seen_quote |
|
|
0 |
0 |
0 |
$within_value and not $seen_quote and $char eq '"' |
|
|
0 |
0 |
0 |
$within_value and $seen_quote |
|
|
0 |
0 |
0 |
$within_value and $seen_quote and $char eq '"' |
|
|
0 |
0 |
0 |
$within_value and $seen_quote |
|
|
0 |
0 |
0 |
$within_value and $seen_quote and $char =~ /\s/ |
|
|
0 |
0 |
0 |
$within_value and not $seen_quote |
|
1869
|
0 |
0 |
0 |
defined $value and $value ne '' |
|
|
0 |
0 |
0 |
defined $value and $value ne '' and $within_value |
|
|
0 |
0 |
0 |
defined $value and $value ne '' and $within_value and $seen_quote |