Branch Coverage

blib/lib/FalkorDB/QueryResult.pm
Criterion Covered Total %
branch 0 82 0.0


line true false branch
21 0 0 unless +(shift())->{'labels_added'}
22 0 0 unless +(shift())->{'nodes_created'}
23 0 0 unless +(shift())->{'nodes_deleted'}
24 0 0 unless +(shift())->{'properties_set'}
25 0 0 unless +(shift())->{'relationships_created'}
26 0 0 unless +(shift())->{'relationships_deleted'}
27 0 0 unless +(shift())->{'cached_execution'}
28 0 0 unless +(shift())->{'internal_execution_time'}
32 0 0 unless $self->{'result_set'}
43 0 0 if ($self->{'_iterator_idx'} < $self->row_count)
72 0 0 unless $row
87 0 0 if (ref $raw_res eq "ARRAY")
88 0 0 if (@$raw_res == 1) { }
0 0 elsif (@$raw_res == 3) { }
106 0 0 if (ref $rows eq "ARRAY")
109 0 0 if (ref $row eq 'ARRAY') { }
131 0 0 if (_is_node($val)) { }
0 0 elsif (_is_edge($val)) { }
0 0 elsif (_is_path($val)) { }
0 0 elsif (defined $val and not ref $val and $val =~ /^\[.*\]$/) { }
0 0 elsif (ref $val eq 'ARRAY') { }
153 0 0 unless ref $val eq "ARRAY" and @$val == 3
154 0 0 ref $_ eq 'ARRAY' ? :
160 0 0 unless ref $val eq "ARRAY" and @$val == 5
161 0 0 ref $_ eq 'ARRAY' ? :
172 0 0 unless defined $val and not ref $val
178 0 0 if ($str =~ /^\[(.*)\]$/)
180 0 0 if $content =~ /^\s*$/
185 0 0 if (&looks_like_number($el))
197 0 0 if (ref $props_array eq "ARRAY")
199 0 0 if (ref $pair eq "ARRAY" and @$pair == 2)
201 0 0 if (defined $v and not ref $v and $v =~ /^\[.*\]$/)
216 0 0 unless ref $stats eq "ARRAY"
219 0 0 if ($stat =~ /^Labels added:\s*(\d+)/i) { }
0 0 elsif ($stat =~ /^Nodes created:\s*(\d+)/i) { }
0 0 elsif ($stat =~ /^Nodes deleted:\s*(\d+)/i) { }
0 0 elsif ($stat =~ /^Properties set:\s*(\d+)/i) { }
0 0 elsif ($stat =~ /^Relationships created:\s*(\d+)/i) { }
0 0 elsif ($stat =~ /^Relationships deleted:\s*(\d+)/i) { }
0 0 elsif ($stat =~ /^Cached execution:\s*(\d+)/i) { }
0 0 elsif ($stat =~ /^Query internal execution time:\s*([\d\.]+)/i) { }