| blib/lib/Bio/NEXUS/Functions.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 21 | 38.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 137 | 8 | 206 | 0 | defined $next and $next eq q['] |
| 357 | 0 | 0 | 861 | defined $number and length $number |
| 366 | 0 | 4 | 857 | defined $number and $number =~ /$number_regex/ |
| 386 | 0 | 0 | 761 | defined $number and length $number |
| 417 | 0 | 0 | 4 | _is_dec_number($num) and _is_dec_number($exp) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 84 | 69 | 0 | 0 | "$filename" || 'Bio::NEXUS::Util::Exceptions::FileError'->throw('error', "ERROR: Could not open filename <$filename> for input; $!") |
| 228 | 0 | 0 | 0 | $word eq '-' or $word eq '+' |