| blib/lib/Bio/RNA/Barriers/RateMatrix.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 27 | 40.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 114 | 1 | 0 | 15 | &looks_like_number($row[$. - 1]) and &all(sub { |
| 126 | 5 | 0 | 0 | defined $splice_to_ref and @splice_to_rows > 0 |
| 213 | 4 | 0 | 0 | defined $splice_to_ref and @splice_to_cols > 0 |
| 265 | 0 | 0 | 26 | $state >= 1 && $state <= $self->dim |
| line | l | !l | condition |
|---|---|---|---|
| 96 | 0 | 6 | $splice_to_ref // [] |
| 166 | 0 | 5 | $splice_to_ref // [] |
| 408 | 6 | 0 | $text_matrix_out_fh //= \*STDOUT |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 117 | 10 | 5 | 0 | $matrix_dim //= @row |
| 216 | 0 | 4 | 0 | defined $splice_to_ref or eof $input_matrix_fh |
| 282 | 0 | 0 | 0 | $connected{$j} or $self->rate_from_to($i, $j) <= 0 |