| blib/lib/Chemistry/Pattern.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 16 | 24 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 231 | 0 | 38 | 17 | defined $mol and $self->map_to ne $mol |
| 35 | 3 | 0 | defined $opts{'atom'} and $opts{'atom'} ne $$self{'anchor'} | |
| 274 | 0 | 4 | 51 | $mol and $$patt{'options'}{'overlap'} |
| 327 | 2 | 3 | 50 | not $$paint_tab{$where} and $what->test($where) |
| 376 | 0 | 121 | 22 | $a1->map_to and $a2->map_to |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 231 | 17 | 0 | 38 | defined $mol and $self->map_to ne $mol or $opts{'reset'} |
| 17 | 0 | 38 | defined $mol and $self->map_to ne $mol or $opts{'reset'} or defined $opts{'atom'} and $opts{'atom'} ne $$self{'anchor'} | |
| 361 | 360 | 0 | 0 | $a1->map_to || $a2->map_to |