Condition Coverage

blib/lib/Hash/AutoHash.pm
Criterion Covered Total %
condition 16 18 88.8


and 3 conditions

line !l l&&!r l&&r condition
192 6 5 761 @_ == 1 and &readonly($_[0])
402 54 52 102 'HASH' eq &reftype($_[0]) and not _looks_wrappable($_[0])
513 104 104 168 @_ and $tied
531 150 14 19 @_ == 2 and 'ARRAY' eq ref $_[0]
164 0 19 @_ == 2 and 'ARRAY' eq ref $_[0] and 'ARRAY' eq ref $_[1]

or 3 conditions

line l !l&&r !l&&!r condition
213 6 0 36 defined $ancestors or $visited->{$class}