Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
170 0 0 0 $value =~ /"/ && !($value =~ /'/)
194 0 0 0 $type && $dump_seen{$value}
212 0 0 0 $dump_compress_array_elems and $elem eq $prev_elem
237 0 0 0 ++$idx == $dump_array_limit and $size > $dump_array_limit

or 2 conditions

line l !l condition
74 0 35 $options{'log_level'} //= 2
85 8 0 shift() || 2
105 0 0 shift() || 'Data dump'
106 0 0 shift() || 4
187 0 0 shift() || 0
188 0 0 shift() || 0
214 0 0 $3 || 1

or 3 conditions

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