Condition Coverage

blib/lib/DBIx/FileStore.pm
Criterion Covered Total %
condition 0 27 0.0


and 3 conditions

line !l l&&!r l&&r condition
221 0 0 0 $verbose and $part % 25 == 0
260 0 0 0 $row and defined $$row[0]
319 0 0 0 $file and $file =~ /\s/

or 2 conditions

line l !l condition
52 0 0 $$conf{'dbuser'} || die("$0: no dbuser set\n")
54 0 0 $$conf{'dbname'} || die("$0: no dbname set\n")
57 0 0 $$conf{'dbhost'} || '127.0.0.1'

or 3 conditions

line l !l&&r !l&&!r condition
53 0 0 0 $$conf{'dbpasswd'} || warn("$0: no dbpasswd set\n")
259 0 0 0 $c_len ||= $$row[5]
270 0 0 0 $orig_c_md5 ||= $$row[2]
315 0 0 0 not defined $file or $file eq ''