Branch Coverage

blib/lib/Rethinkdb/Query.pm
Criterion Covered Total %
branch 0 54 0.0


line true false branch
15 0 0 @_ > 1 ? :
0 0 @_ ? :
18 0 0 if ($self->_parent and $self->_parent->_rdb)
38 0 0 if ($self->args)
40 0 0 if (ref $_ and UNIVERSAL::can($_, 'can') and $_->can('_build')) { }
52 0 0 if ($self->optargs)
55 0 0 if (ref $value and UNIVERSAL::can($value, 'can') and $value->can('_build')) { }
76 0 0 if (defined $args) { }
0 0 elsif (defined $parent) { }
78 0 0 if (ref $args ne 'ARRAY')
84 0 0 if ($parent)
106 0 0 if ($optargs)
107 0 0 if (ref $optargs)
125 0 0 if (ref $connection ne 'Rethinkdb::IO')
128 0 0 if ($self->_rdb and $self->_rdb->io) { }
136 0 0 if (ref $args eq 'CODE')
149 0 0 @_ > 1 ? :
0 0 @_ ? :
164 0 0 @_ > 1 ? :
0 0 @_ ? :
178 0 0 @_ > 1 ? :
0 0 @_ ? :
419 0 0 if (ref $$args[$#{$args;}] eq 'HASH')
423 0 0 if (ref $args->[0] and ref $args->[0] ne 'CODE')
567 0 0 @_ > 1 ? :
0 0 @_ ? :
1234 0 0 unless (defined $args)