Branch Coverage

blib/lib/Mojolicious/Plugin/FastHelpers.pm
Criterion Covered Total %
branch 13 16 81.2


line true false branch
25 0 2 if $$patched{ref $renderer}++
41 0 4 if UNIVERSAL::isa($class, $helper_class)
42 0 4 unless eval "package $helper_class;1"
46 3 5 unless my $can = $self->SUPER::can($name, @rest)
47 2 3 if $can eq ($helper_class->can($name) // '')
58 14 125 if 'Mojolicious::_FastHelpers'->can($name)
62 1 1 unless my $helper = $app->renderer->get_helper($name)
70 1 1 unless $p->can($name)