| blib/lib/App/AutoCRUD.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 14 | 71.4 |
| line | true | false | branch |
|---|---|---|---|
| 91 | 1 | 2 | if -d $path |
| 108 | 0 | 1 | if $msgs |
| 154 | 17 | 0 | if (my $source_name = $context->extract_path_segments(1)) { } |
| 155 | 16 | 1 | if (my $datasource = $self->datasource($source_name)) { } |
| 173 | 0 | 17 | unless my $controller_class = $self->find_class("Controller::$controller_name") |
| 193 | 49 | 51 | if $class |
| 215 | 0 | 51 | if not $_ =~ /^Can't locate(?! object method)/ |