Condition Coverage

blib/lib/DBIx/QuickORM/Schema/Autofill.pm
Criterion Covered Total %
condition 8 14 57.1


and 3 conditions

line !l l&&!r l&&r condition
61 0 0 87 $tref and $tref eq "SCALAR"
109 0 4 12 $aliases and @$aliases

or 2 conditions

line l !l condition
41 26 596 $self->{'hooks'}{$hook} // []

or 3 conditions

line l !l&&r !l&&!r condition
64 0 0 87 $self->{'types'}{$$type} // $self->{'types'}{uc $$type}
0 5 82 ($self->{'types'}{$$type} // $self->{'types'}{uc $$type}) // $self->{'types'}{lc $$type}