Condition Coverage

blib/lib/JsonSQL/Query/Select.pm
Criterion Covered Total %
condition 7 9 77.7


and 2 conditions

line l !l condition
72 1 4 defined $self->{'_selectFrom'} && scalar @{$self->{'_selectFrom'};}
73 4 1 defined $self->{'_selectJoins'} && scalar @{$self->{'_selectJoins'};}

or 2 conditions

line l !l condition
104 0 4 $selecthashref->{'distinct'} || 'false'

or 3 conditions

line l !l&&r !l&&!r condition
74 4 1 0 $fromExists or $joinsExist