Condition Coverage

lib/SMB.pm
Criterion Covered Total %
condition 2 32 6.2


and 3 conditions

line !l l&&!r l&&r condition
166 0 0 0 $value =~ /"/ && !($value =~ /'/)
190 0 0 0 $type && $dump_seen{$value}
208 0 0 0 $dump_compress_array_elems and $elem eq $prev_elem
233 0 0 0 ++$idx == $dump_array_limit and $size > $dump_array_limit

or 2 conditions

line l !l condition
70 0 31 $options{'log_level'} ||= 2
81 7 0 shift() || 2
101 0 0 shift() || 'Data dump'
102 0 0 shift() || 4
183 0 0 shift() || 0
184 0 0 shift() || 0
210 0 0 $3 || 1

or 3 conditions

line l !l&&r !l&&!r condition
119 0 0 0 $b <= 32 || $b >= 127 || $b == 37
194 0 0 0 $value =~ /^-?\d+(?:\.\d+)?$/ || $inline == 2 && $value =~ /^-?\w+$/