Condition Coverage

lib/Badger/Data.pm
Criterion Covered Total %
condition 5 11 45.4


and 3 conditions

line !l l&&!r l&&r condition
49 0 0 6 $_[0] && CORE::ref $_[0]
59 1 0 2 @_ == 2 and CORE::ref $_[1] ne "HASH"
118 0 0 0 @_ == 1 && CORE::ref $_[0] eq 'HASH'

or 2 conditions

line l !l condition
49 5 1 $$METADATA{$_[0] && CORE::ref $_[0] ? &refaddr($_[0]) : md5_hex($_[0])} ||= {}