blib/lib/App/Fasops/Command/vars.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 15 | 80.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
103 | 498 | 0 | 7 | $in_fh->eof and $content eq '' |
110 | 464 | 0 | 34 | $line eq '' || $line =~ /^\s+$/ and $content ne '' |
207 | 256 | 868 | 39 | $opt->{'nocomplex'} and $site->{'snp_freq'} == -1 |
210 | 241 | 473 | 410 | $opt->{'nosingle'} and $site->{'snp_freq'} <= 1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
110 | 0 | 34 | 464 | $line eq '' || $line =~ /^\s+$/ |