Branch Coverage

blib/lib/App/AutoCRUD.pm
Criterion Covered Total %
branch 10 14 71.4


line true false branch
91 2 4 if -d $path
108 0 2 if $msgs
154 24 0 if (my $source_name = $context->extract_path_segments(1)) { }
155 22 2 if (my $datasource = $self->datasource($source_name)) { }
173 0 24 unless my $controller_class = $self->find_class("Controller::$controller_name")
193 68 72 if $class
215 0 72 if not $_ =~ /^Can't locate(?! object method)/