blib/lib/Pg/SQL/PrettyPrinter/Node/ExplainStmt.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 13 | 14 | 92.8 |
line | true | false | branch |
---|---|---|---|
52 | 4 | 1 | if (exists $self->{'options'}) |
60 | 1 | 4 | unless exists $self->{'options'} |
63 | 1 | 3 | if ($self->has_complex_opts) { } |
77 | 0 | 8 | unless exists $self->{'_options'} |
79 | 2 | 12 | unless $key =~ /\A(?:analyze|verbose)\z/u |
88 | 4 | 1 | if (exists $self->{'options'}) |
89 | 1 | 3 | if ($self->has_complex_opts) { } |