| blib/lib/Modern/OpenAPI/Generator/CodeGen/Tests.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 20 | 40 | 50.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 26 | 1 | 0 | 3 | $client and $sync |
| 27 | 1 | 0 | 3 | $client and $async |
| 29 | 0 | 0 | 4 | $server and not $ui_only |
| 30 | 0 | 2 | 2 | $server and $local_test |
| 2 | 0 | 2 | $server and $local_test and not $ui_only |
| line | l | !l | condition |
|---|---|---|---|
| 13 | 4 | 0 | $arg{'client'} // 1 |
| 14 | 4 | 0 | $arg{'server'} // 1 |
| 15 | 4 | 0 | $arg{'ui'} // 1 |
| 16 | 4 | 0 | $arg{'sync'} // 1 |
| 17 | 4 | 0 | $arg{'async'} // 1 |
| 18 | 4 | 0 | $arg{'signatures'} // [] |
| 19 | 4 | 0 | $arg{'ui_only'} // 0 |
| 20 | 4 | 0 | $arg{'local_test'} // 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 10 | 4 | 0 | 0 | $arg{'writer'} // croak("writer") |
| 11 | 4 | 0 | 0 | $arg{'base'} // croak("base") |
| 28 | 4 | 0 | 0 | $server or $ui_only |