| GO/Basic.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 12 | 18 | 66.6 |
| line | true | false | branch |
|---|---|---|---|
| 75 | 1 | 1 | if (ref $_) { } |
| 76 | 1 | 0 | if (ref $_ eq 'HASH') { } |
| 98 | 0 | 3 | if @_ < 1 |
| 99 | 1 | 2 | @_ == 1 ? : |
| 107 | 2 | 1 | if (@$terms) |
| 108 | 0 | 2 | if (@$terms > 1) |
| 163 | 0 | 8 | unless $term |
| 166 | 0 | 4 | unless $terms |
| 169 | 0 | 6 | unless $graph |