Condition Coverage

blib/lib/Chemistry/File/Formula.pm
Criterion Covered Total %
condition 7 11 63.6


and 3 conditions

line !l l&&!r l&&r condition
292 20 0 15 defined $extract and $extract ne ""

or 2 conditions

line l !l condition
182 14 0 $opts{'mol_class'} || 'Chemistry::Mol'
183 0 14 $opts{'atom_class'} || 'Chemistry::Atom'
184 0 14 $opts{'bond_class'} || 'Chemistry::Bond'
200 1 15 $opts{'formula_format'} || '%s%d'