blib/lib/Bread/Board/Service/WithConstructor.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 3 | 66.6 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
25 | 3 | 118 | 0 | &try(sub { 'new' if $self->class->isa('Moo::Object'); } ) or &try(sub { Class::MOP::class_of($self->class)->constructor_name; } ) |