Branch Coverage

blib/lib/Groonga/Commands/Delete.pm
Criterion Covered Total %
branch 0 12 0.0


line true false branch
45 0 0 if ($key eq "client")
48 0 0 unless (grep {$_ eq $key;} @delete_arguments)
63 0 0 if (exists $args->{'table'}) { }
68 0 0 if (exists $args->{'key'}) { }
81 0 0 if ($result == JSON::PP::true()) { }
92 0 0 if (defined $groonga_http_client)