Condition Coverage

blib/lib/swat.pm
Criterion Covered Total %
condition 0 18 0.0


and 3 conditions

line !l l&&!r l&&r condition
38 0 0 0 get_prop('suite_ini_file_path') and -f get_prop('suite_ini_file_path')
0 0 0 get_prop('suite_yaml_file_path') and -f get_prop('suite_yaml_file_path')
68 0 0 0 get_prop('response') and @{get_prop('response');}
104 0 0 0 $http_status < 400 and $http_status > 0
105 0 0 0 $http_status >= 400 and ignore_http_err()
117 0 0 0 $http_status < 400 and $http_status > 0