blib/lib/Pg/Explain/Analyzer.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 14 | 14 | 100.0 |
line | true | false | branch |
---|---|---|---|
61 | 1 | 10 | if 0 == scalar @_ |
62 | 1 | 9 | if 1 < scalar @_ |
64 | 1 | 8 | unless ref $self->explain |
65 | 1 | 7 | unless $self->explain->isa("Pg::Explain") |
77 | 9 | 29 | if 0 < scalar @_ |
94 | 19 | 8 | unless $seen{$type}++ |
118 | 24 | 3 | unless $seen{$current_path_str}++ |