Branch Coverage

blib/lib/App/AutoCRUD/Controller/Schema.pm
Criterion Covered Total %
branch 2 6 33.3


line true false branch
22 0 1 unless my $meth_name = $self->context->extract_path_segments(1)
24 0 1 unless my $method = $self->can($meth_name)
47 0 0 unless my $view_class = $self->app->find_class('View::Plain')