| blib/lib/Sub/HandlesVia/XS.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 18 | 11.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 35 | 0 | 0 | 6 | is_Object($type) and $type->can("compiled_check") |
| 0 | 0 | 0 | is_Object($type) and $type->can("check") | |
| 61 | 0 | 0 | 0 | $type->is_parameterized and @{$type->parameters;} == 1 |
| 0 | 0 | 0 | $type->is_parameterized and @{$type->parameters;} == 1 and $type->parameterized_from == &ArrayRef() || $type->parameterized_from == &HashRef() |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 61 | 0 | 0 | 6 | $type == &Any() or $type == &Item() |
| 0 | 0 | 0 | $type->parameterized_from == &ArrayRef() || $type->parameterized_from == &HashRef() |