Condition Coverage

blib/lib/Flat/Profile.pm
Criterion Covered Total %
condition 14 21 66.6


and 3 conditions

line !l l&&!r l&&r condition
32 8 0 0 $delimiter ne "," and $delimiter ne "\t"
106 0 12 8 $has_header and not $header_captured
221 4 0 0 $delimiter ne "," and $delimiter ne "\t"

or 3 conditions

line l !l&&r !l&&!r condition
41 0 0 8 not $example_cap =~ /^\d+$/ or $example_cap < 0
172 2 1 25 !defined($value) || $null_empty && defined $value && $value eq '' || defined $value && $null_token_map{$value}
183 12 1 12 not defined $col->{'min_length'} or $len < $col->{'min_length'}
186 12 2 11 not defined $col->{'max_length'} or $len > $col->{'max_length'}