Condition Coverage

blib/lib/File/KeePass/Agent/KDBX.pm
Criterion Covered Total %
condition 4 12 33.3


and 3 conditions

line !l l&&!r l&&r condition
19 1 0 0 @_ == 1 && ref $_[0] eq 'HASH'
28 5 0 0 ref $_[0] eq "HASH" and $_[0]{'keepass_class'}

or 3 conditions

line l !l&&r !l&&!r condition
28 0 0 5 ref $_[0] eq "HASH" and $_[0]{'keepass_class'} or $KEEPASS_CLASS
0 0 5 ref $_[0] eq "HASH" and $_[0]{'keepass_class'} or $KEEPASS_CLASS or $ENV{'PERL_FILE_KEEPASS_CLASS'}