Condition Coverage

blib/lib/Meta/Grapher/Moose.pm
Criterion Covered Total %
condition 15 27 55.5


and 3 conditions

line !l l&&!r l&&r condition
117 71 0 21 $method_name eq 'meta' and not $self->show_meta
118 67 0 4 $method_name eq 'new' and not $self->show_new
119 63 0 4 $method_name eq 'DESTROY' and not $self->show_destroy
131 23 0 18 $method->isa('Class::MOP::Method::Accessor') and $method->accessor_type =~ /^[rw]/
173 0 1 0 &blessed($meta) and $meta->isa('Moose::Meta::Class') || $meta->isa('Moose::Meta::Role')
279 9 0 4 $role->meta->can('does_role') && $role->meta->does_role('MooseX::Role::Parameterized::Meta::Trait::Parameterizable')
313 20 0 1 $p{'id'} eq 'Moose::Object' and not $self->show_moose_object
369 0 0 78 &blessed($meta) and $meta->can('name')

or 3 conditions

line l !l&&r !l&&!r condition
173 1 0 0 $meta->isa('Moose::Meta::Class') || $meta->isa('Moose::Meta::Role')