Branch Coverage

blib/lib/Lox/Instance.pm
Criterion Covered Total %
branch 0 4 0.0


line true false branch
23 0 0 if (my $field = $self->fields->{$name->lexeme}) { }
0 0 elsif (my $method = $self->klass->find_method($name->lexeme)) { }