Condition Coverage

blib/lib/DBIx/Class/Smooth/Q.pm
Criterion Covered Total %
condition 10 15 66.6


and 3 conditions

line !l l&&!r l&&r condition
34 34 0 3 scalar @args == 1 and $args[0]->$DBIx::Class::Smooth::Q::_isa('DBIx::Class::Smooth::Q')
84 7 4 4 $self_value->[0] eq '-or' and $self_value->[1][0] eq '-or'
87 15 0 0 $other_value->[0] eq '-or' and $other_value->[1][0] eq '-or'
91 8 1 6 $self_value->[0] eq '-and' and scalar @{$self_value->[1]} == 2
94 0 0 15 $other_value->[0] eq '-and' and scalar @{$other_value->[1]} == 2