blib/lib/swat.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 18 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
37 | 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') | |
67 | 0 | 0 | 0 | get_prop('response') and @{get_prop('response');} |
103 | 0 | 0 | 0 | $http_status < 400 and $http_status > 0 |
104 | 0 | 0 | 0 | $http_status >= 400 and ignore_http_err() |
116 | 0 | 0 | 0 | $http_status < 400 and $http_status > 0 |