Condition Coverage

blib/lib/Games/FEAR/Log.pm
Criterion Covered Total %
condition 0 30 0.0


and 3 conditions

line !l l&&!r l&&r condition
41 0 0 0 exists $$args{'-logfile'} && defined $$args{'-logfile'}
49 0 0 0 $temp_arg ne 'SCALAR' and $temp_arg ne 'GLOB'
0 0 0 $temp_arg ne 'SCALAR' and $temp_arg ne 'GLOB' and $temp_arg ne ''
62 0 0 0 exists $$args{'-dbi'} and defined $$args{'-dbi'}
93 0 0 0 exists $$args{'-create'} and defined $$args{'-create'}
109 0 0 0 exists $$args{'-table'} and defined $$args{'-table'}
0 0 0 exists $$args{'-table'} and defined $$args{'-table'} and $$args{'-table'} =~ /\A[a-z0-9_]+\z/
153 0 0 0 exists $$args{'-history'} and defined $$args{'-history'}
169 0 0 0 exists $$args{'-truncate'} and defined $$args{'-truncate'}

or 3 conditions

line l !l&&r !l&&!r condition
69 0 0 0 ref $dbh ne 'ARRAY' or $#{$dbh;} != 2