| blib/lib/XS/TCC.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 17 | 29.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 195 | 0 | 6 | 0 | defined $code and defined $args{'code'} |
| 222 | 0 | 6 | 0 | $parse_result and @{$$parse_result{'function_names'};} |
| line | l | !l | condition |
|---|---|---|---|
| 428 | 0 | 0 | shift() || 1 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 198 | 6 | 0 | 0 | $code //= $args{'code'} |
| 201 | 0 | 6 | 0 | $args{'package'} // (caller())[0] |
| 251 | 0 | 0 | 4 | $args{'ccopts'} // $CCOPTS |