Condition Coverage

blib/lib/Abstract/Meta/Class.pm
Criterion Covered Total %
condition 13 16 81.2


and 3 conditions

line !l l&&!r l&&r condition
850 35 17 6 $perl_type eq 'Array' || $perl_type eq 'Hash' and $attribute->associated_class

or 2 conditions

line l !l condition
768 33 25 $$param{'$.storage_type'} ||= 'Hash'
900 49 0 $self->all_attributes || []

or 3 conditions

line l !l&&r !l&&!r condition
414 0 3 0 my $attributes ||= $self ? $self->all_attributes : []
751 3 4 49 $attribute->transistent or $attribute->index_by
850 11 12 35 $perl_type eq 'Array' || $perl_type eq 'Hash'