| blib/lib/MooseX/Test/Role.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 1 | 11 | 9.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 85 | 0 | 0 | 0 | $info and ref $info->{'requires'} eq 'ARRAY' |
| 98 | 0 | 5 | 0 | $role->can('meta') and $role->meta->isa('Moose::Meta::Role') |
| 103 | 0 | 0 | 0 | try_load_class('Role::Tiny') and _role_tiny_info($role) |
| line | l | !l | condition |
|---|---|---|---|
| 158 | 0 | 0 | $methods->{$_} ||= sub { undef; } |