Condition Coverage

blib/lib/App/AutoCRUD.pm
Criterion Covered Total %
condition 8 16 50.0


and 3 conditions

line !l l&&!r l&&r condition
270 84 20 0 not defined $path0 and @path

or 2 conditions

line l !l condition
48 0 1 $self->config('dir') || '.'
53 1 0 $self->config('app', 'name') || 'ANONYMOUS_AutoCRUD'
58 1 0 $self->config('app', 'title') || 'Welcome to the wonders of AutoCRUD'
138 0 17 $self->find_class('Request') || 'Plack::Request'
154 16 0 ucfirst $context->extract_path_segments(1) || 'Schema'

or 3 conditions

line l !l&&r !l&&!r condition
221 0 0 1 @{$class . '::ISA';} || ${$class . '::VERSION';}