Branch Coverage

blib/lib/MooX/NonOO.pm
Criterion Covered Total %
branch 5 6 83.3


line true false branch
97 2 1 if (my $instance = $stash->get_symbol($symbol)) { }
119 3 0 if (my $method = $stash->get_symbol($symbol)) { }
125 15 5 if (blessed($_[0]) and $_[0]->isa($caller)) { }