| blib/lib/MetaMap/DataStructures/Mapping.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 5 | 8 | 62.5 |
| line | true | false | branch |
|---|---|---|---|
| 70 | 0 | 2078 | if ($self->{'score'} ne $other->{'score'}) |
| 77 | 0 | 2078 | if (scalar @{$self->{'concepts'};} != scalar @{$other->{'concepts'};}) |
| 83 | 1896 | 2698 | unless (@{$$self{'concepts'};}[$i]->equals(@{$$other{'concepts'};}[$i])) |
| 101 | 0 | 91 | if (scalar @{$self->{'concepts'};} < 1) |