| blib/lib/IO/K8s/AutoGen.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 14 | 31 | 45.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 114 | 3 | 0 | 2 | defined $api_ver and defined $kind_val |
| 171 | 0 | 1 | 0 | $all_defs and $all_defs->{$ref} |
| 199 | 0 | 0 | 0 | $all_defs and $all_defs->{$ref} |
| 214 | 0 | 0 | 0 | $all_defs and $all_defs->{$ref} |
| line | l | !l | condition |
|---|---|---|---|
| 82 | 5 | 0 | $schema->{'properties'} // {} |
| 101 | 1 | 0 | $entry->{'group'} // "" |
| 102 | 1 | 0 | $entry->{'version'} // "" |
| 103 | 1 | 0 | $entry->{'kind'} // "" |
| 178 | 20 | 0 | $schema->{'type'} // "" |
| 181 | 2 | 9 | $schema->{'format'} // "" |
| 196 | 1 | 0 | $schema->{'items'} // {} |
| 205 | 1 | 0 | $items->{'type'} // "string" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 21 | 6 | 1 | 0 | $namespace //= $DEFAULT_NAMESPACE |