| blib/lib/Venus/Role/Buildable.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 10 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 15 | 8249 | 5202 | if ($self->can("build_self")) |
| 29 | 1 | 13450 | if ($self->can("build_nil") and $present) |
| 37 | 3551 | 9900 | if ($self->can("build_arg") and $inflate) |
| 45 | 2665 | 10786 | if ($self->can("build_args") and not $ignore) |
| 46 | 452 | 2213 | @args == 1 ? : |