Condition Coverage

blib/lib/FalkorDB/QueryResult.pm
Criterion Covered Total %
condition 0 36 0.0


and 3 conditions

line !l l&&!r l&&r condition
131 0 0 0 defined $val and not ref $val
0 0 0 defined $val and not ref $val and $val =~ /^\[.*\]$/
153 0 0 0 ref $val eq "ARRAY" and @$val == 3
155 0 0 0 $keys{'id'} && $keys{'labels'} && $keys{'properties'}
160 0 0 0 ref $val eq "ARRAY" and @$val == 5
167 0 0 0 $keys{'id'} && $keys{'type'} && $keys{'src_node'} && $keys{'dest_node'} && $keys{'properties'}
172 0 0 0 defined $val and not ref $val
199 0 0 0 ref $pair eq "ARRAY" and @$pair == 2
201 0 0 0 defined $v and not ref $v
0 0 0 defined $v and not ref $v and $v =~ /^\[.*\]$/

or 2 conditions

line l !l condition
42 0 0 $self->{'_iterator_idx'} //= 0
121 0 0 $header || []
0 0 $stats || []