blib/lib/App/Fasops/Command/concat.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 12 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
89 | 72 | 0 | 2 | $in_fh->eof and $content eq '' |
94 | 64 | 0 | 8 | $line eq '' || $line =~ /^\s+$/ and $content ne '' |
111 | 0 | 7 | 1 | $opt->{'total'} and $opt->{'total'} < length $$all_seq_of{$names[0]} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
94 | 0 | 8 | 64 | $line eq '' || $line =~ /^\s+$/ |