| blib/lib/Chemistry/File/MDLMol.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 15 | 23 | 65.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 160 | 0 | 439 | 0 | $charge and $charge == 4 |
| 163 | 438 | 0 | 1 | int $mass and eval { do { require Chemistry::Isotope } } |
| 264 | 12 | 5 | 18 | !$bond->aromatic && $patt->order == $bond->order |
| line | l | !l | condition |
|---|---|---|---|
| 128 | 32 | 1 | $opts{'mol_class'} || 'Chemistry::Mol' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 129 | 0 | 33 | 0 | $opts{'atom_class'} || $mol_class->atom_class |
| 130 | 0 | 33 | 0 | $opts{'bond_class'} || $mol_class->bond_class |
| 200 | 33 | 0 | 13 | /^M END/ or /^\$\$\$\$/ |
| 203 | 6 | 4 | 2 | $1 eq "CHG" or $1 eq "RAD" |