Branch Coverage

blib/lib/Lox/Class.pm
Criterion Covered Total %
branch 0 8 0.0


line true false branch
28 0 0 if ($initializer)
37 0 0 $initializer ? :
42 0 0 if (my $method = $self->methods->{$lexeme}) { }
0 0 elsif ($self->superclass) { }