blib/lib/App/AutoCRUD.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 13 | 46.1 |
line | l | !l | condition |
---|---|---|---|
51 | 0 | 2 | $self->config('dir') || '.' |
56 | 2 | 0 | $self->config('app', 'name') || 'ANONYMOUS_AutoCRUD' |
61 | 2 | 0 | $self->config('app', 'title') || 'Welcome to the wonders of AutoCRUD' |
145 | 0 | 24 | $self->find_class('Request') || 'Plack::Request' |
161 | 22 | 0 | ucfirst $context->extract_path_segments(1) || 'Schema' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
228 | 0 | 0 | 2 | @{$class . '::ISA';} || ${$class . '::VERSION';} |