blib/lib/Devel/REPL/Plugin/ShowClass.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 20 | 0.0 |
line | true | false | branch |
---|---|---|---|
51 | 0 | 0 | if $meta->superclasses |
52 | 0 | 0 | if $meta->can('roles') |
55 | 0 | 0 | if $attr->_is_metadata |
56 | 0 | 0 | if $attr->_isa_metadata |
57 | 0 | 0 | if $attr->is_required |
58 | 0 | 0 | if $attr->is_lazy |
59 | 0 | 0 | if $attr->should_coerce |
60 | 0 | 0 | if $attr->is_weak_ref |
61 | 0 | 0 | if $attr->should_auto_deref |
66 | 0 | 0 | if $method_name eq 'meta' or $meta->get_method($method_name)->isa('Class::MOP::Method::Accessor') |