blib/lib/App/Fasops/Command/separate.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 12 | 75.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
86 | 54 | 0 | 2 | $in_fh->eof and $content eq '' |
91 | 48 | 0 | 6 | $line eq '' || $line =~ /^\s+$/ and $content ne '' |
100 | 12 | 6 | 6 | $opt->{'rc'} and $info->{'strand'} ne '+' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
91 | 0 | 6 | 48 | $line eq '' || $line =~ /^\s+$/ |