Condition Coverage

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


or 2 conditions

line l !l condition
51 0 1 $self->config('dir') || '.'
56 1 0 $self->config('app', 'name') || 'ANONYMOUS_AutoCRUD'
61 1 0 $self->config('app', 'title') || 'Welcome to the wonders of AutoCRUD'
145 0 17 $self->find_class('Request') || 'Plack::Request'
161 16 0 ucfirst $context->extract_path_segments(1) || 'Schema'

or 3 conditions

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