Condition Coverage

lib/List/Objects/WithUtils/Role/Array.pm
Criterion Covered Total %
condition 4 6 66.7


or 3 conditions

line l !l&&r !l&&!r condition
43 3 0 24 ref $_[0] eq 'ARRAY' || &Scalar::Util::blessed($_[0]) && $_[0]->can('does') && $_[0]->does('List::Objects::WithUtils::Role::Array')
49 12 0 32 ref $_ eq 'ARRAY' || &Scalar::Util::blessed($_) && $_->can('does') && $_->does('List::Objects::WithUtils::Role::Array')