Condition Coverage

blib/lib/Data/SimpleKV.pm
Criterion Covered Total %
condition 0 13 0.0


and 3 conditions

line !l l&&!r l&&r condition
105 0 0 0 defined $value and not utf8::is_utf8($value)

or 2 conditions

line l !l condition
62 0 0 $ENV{'HOME'} || '/tmp'
223 0 0 $data || {}

or 3 conditions

line l !l&&r !l&&!r condition
46 0 0 0 $args{'db_name'} || croak('db_name is required')
55 0 0 0 -d $system_dir or mkdir $system_dir, 493