Branch Coverage

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


line true false branch
92 1 1 unless my $Z = shift()
99 1 1 unless my $symbol = shift()
106 1 11 if @_
107 11 1 if ($self->has_charges) { }
127 1 6793 unless ($self->has_Z or $self->has_symbol)
131 1219 5574 if ($self->has_Z)