Branch Coverage

blib/lib/Erlang/Parser/Node/Atom.pm
Criterion Covered Total %
branch 2 2 100.0


line true false branch
16 13252 260 if (not $self->atom =~ /^[^a-z]|[^a-zA-Z_0-9]/ || $self->atom =~ /^(case|receive|after|of|end|fun|when|div|bs[lr]|bx?or|band|rem|try|catch|andalso|and|orelse|or|begin|not|if)$/) { }