| line | % | coverage | condition |
| 108 | 50 | | $args{'thresholds'} || {'confidence', $DEFAULT_CONFIDENCE} |
| 100 | | $args{'schema'} || {} |
| 203 | 100 | | $schema->{'accessor'} and scalar keys %{$$schema{"accessor"};} |
| 204 | 50 | | $schema->{'accessor'}{'type'} // "" |
| 209 | 100 | | $schema->{'output'}{'type'} // "" |
| 223 | 50 | | $schema->{'input'} || {} |
| 225 | 100 | | $input->{$b}{'position'} // 9999 |
| 100 | | $input->{$a}{'position'} // 9999 |
| 228 | 33 | | $param && $input->{$param}{'type'} // "" |
| 243 | 100 | | $schema->{'output'}{'type'} // "" |
| 251 | 100 | | $schema->{'output'}{'_error_return'} or $schema->{'output'}{'success_failure_pattern'} |
| 260 | 67 | | $schema->{'_yamltest_hints'} and keys %{$$schema{"_yamltest_hints"};} |
| 276 | 100 | | $schema->{'output'}{'type'} // "" |