Branch Coverage

blib/lib/HackaMol/Atom.pm
Criterion Covered Total %
branch 12 12 100.0


line true false branch
93 1 1 unless my $Z = shift()
100 1 1 unless my $symbol = shift()
107 1 11 if @_
108 11 1 if ($self->has_charges) { }
128 1 6793 unless ($self->has_Z or $self->has_symbol)
132 1219 5574 if ($self->has_Z)