Branch Coverage

blib/lib/RDF/Query/Algebra/Aggregate.pm
Criterion Covered Total %
branch 10 20 50.0


line true false branch
61 17 0 if (scalar @_ and ref $_[0] and &reftype($_[0]) eq 'HASH') { }
63 0 17 unless $hash->{'expressions'}
147 0 59 !&blessed($_) && $_ eq '*' ? :
149 0 59 if (@col_strings > 1)
152 0 59 unless $opts
154 0 59 if (@opts_keys) { }
163 26 27 @group ? :
244 7 0 if (&blessed($g))
245 7 0 if ($g->isa('RDF::Query::Node::Variable')) { }
0 0 elsif ($g->isa('RDF::Query::Expression::Alias')) { }