Condition Coverage

blib/lib/Readonly.pm
Criterion Covered Total %
condition 13 18 72.2


and 3 conditions

line !l l&&!r l&&r condition
126 1 0 4 $whence and $whence =~ /^Readonly::(?:Scalar1?|Readonly)$/
295 1 0 0 @_ == 1 and ref $_[0] eq 'HASH'
360 14 0 9 @_ == 1 and ref $_[0] eq 'HASH'
394 3 1 4 @_ == 1 and defined ${$_[0];}
1 0 4 @_ == 1 && ref $_[0] eq 'HASH'
4 4 1 @_ % 2 != 0 and not @_ == 1 && ref $_[0] eq 'HASH'