Condition Coverage

blib/lib/App/Fasops/Command/xlsx.pm
Criterion Covered Total %
condition 18 21 85.7


and 3 conditions

line !l l&&!r l&&r condition
97 135 0 5 $in_fh->eof and $content eq ''
104 120 0 15 $line eq '' || $line =~ /^\s+$/ and $content ne ''
274 21 4 2 $opt->{'nocomplex'} and $site->{'indel_freq'} == -1
278 19 2 4 $opt->{'nosingle'} and $site->{'indel_freq'} <= 1
291 288 73 7 $opt->{'nocomplex'} and $site->{'snp_freq'} == -1
295 281 17 63 $opt->{'nosingle'} and $site->{'snp_freq'} <= 1

or 3 conditions

line l !l&&r !l&&!r condition
104 0 15 120 $line eq '' || $line =~ /^\s+$/