| blib/lib/MooX/ObjectBuilder.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 17 | 20 | 85.0 |
| line | true | false | branch |
|---|---|---|---|
| 5 | 0 | 9 | if ($] < 5.01) |
| 30 | 0 | 11 | exists &{"${caller}::BUILD";} ? : |
| 34 | 55 | 4 | exists $$params{$_} ? : |
| 35 | 0 | 15 | if $next |
| 44 | 2 | 7 | @_ == 1 && ref $_[0] eq 'ARRAY' ? : |
| 11 | 9 | @_ == 1 && ref $_[0] eq 'HASH' ? : | |
| 50 | 60 | 4 | exists $$storage{$_} ? : |
| 51 | 14 | 14 | exists $args{'__CLASS__'} ? : |
| 53 | 1 | 27 | $self->DOES('MooseX::ConstructInstance') ? : |
| 57 | 19 | 1 | wantarray ? : |