Condition Coverage

blib/lib/Pg/SQL/PrettyPrinter/Node/A_Expr.pm
Criterion Covered Total %
condition 4 12 33.3


and 3 conditions

line !l l&&!r l&&r condition
148 0 0 1 $self->{'rexpr'}->isa("Pg::SQL::PrettyPrinter::Node::FuncCall") and $self->{'rexpr'}->func_name eq "pg_catalog.similar_to_escape"
0 0 1 $self->{'rexpr'}->isa("Pg::SQL::PrettyPrinter::Node::FuncCall") and $self->{'rexpr'}->func_name eq "pg_catalog.similar_to_escape" and 1 == scalar @{$self->{'rexpr'}{'args'};}
269 0 0 1 $self->{'rexpr'}->isa("Pg::SQL::PrettyPrinter::Node::FuncCall") and $self->{'rexpr'}->func_name eq "pg_catalog.similar_to_escape"
0 0 1 $self->{'rexpr'}->isa("Pg::SQL::PrettyPrinter::Node::FuncCall") and $self->{'rexpr'}->func_name eq "pg_catalog.similar_to_escape" and 1 == scalar @{$self->{'rexpr'}{'args'};}