Condition Coverage

blib/lib/App/AutoCRUD.pm
Criterion Covered Total %
condition 6 13 46.1


or 2 conditions

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'

or 3 conditions

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