| blib/lib/Venus/Role/Makeable.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 12 | 83.3 |
| line | true | false | branch |
|---|---|---|---|
| 47 | 1 | 1 | unless @args |
| 62 | 2 | 47 | if (my $method = $self->can("make_into_$name")) |
| 65 | 0 | 47 | if (&Scalar::Util::blessed($value) and $value->isa($class)) { } |
| 80 | 2 | 41 | if $#_ < 4 |
| 82 | 34 | 9 | if (my $method = $self->can("make_$name")) { } |
| 95 | 0 | 35 | unless %$spec |