Condition Coverage

blib/lib/Jifty/DBI/Schema.pm
Criterion Covered Total %
condition 14 24 58.3


and 3 conditions

line !l l&&!r l&&r condition
110 29 0 13 $SIG{'__DIE__'} and $SIG{'__DIE__'} == \&filter_die
284 94 0 0 $from =~ s/::Schema$// and not $from =~ /Script/

or 2 conditions

line l !l condition
300 0 0 ${"${from}::ISA";}[0] || 'Jifty::DBI::Record'
332 21 75 $$column{'input_filters'} || []
333 0 96 $$column{'output_filters'} || []

or 3 conditions

line l !l&&r !l&&!r condition
109 4 9 29 $old_sig_die ||= $SIG{'__DIE__'}
167 0 0 0 (${"${from}::ISA";} || [$base])->[0] || $base
220 42 42 294 $sym eq 'lazy' or $sym eq 'defer'
345 6 2 0 UNIVERSAL::isa($refclass, 'Jifty::DBI::Record') or UNIVERSAL::isa($refclass, 'Jifty::DBI::Collection')