Condition Coverage

blib/lib/Python/Unknown.pm
Criterion Covered Total %
condition 0 33 0.0


and 3 conditions

line !l l&&!r l&&r condition
54 0 0 0 exists $self->{'python_source_code'} && defined $self->{'python_source_code'}
110 0 0 0 defined $Python::Unknown::EVAL_ERROR and $Python::Unknown::EVAL_ERROR ne ""
131 0 0 0 defined $Python::Unknown::EVAL_ERROR and $Python::Unknown::EVAL_ERROR =~ /429 Too Many Requests/
170 0 0 0 exists $response->{'choices'} && defined $response->{'choices'} && defined $response->{'choices'}[0]
179 0 0 0 exists $response->{'choices'}[0]{'finish_reason'} && defined $response->{'choices'}[0]{'finish_reason'}
186 0 0 0 exists $response->{'choices'}[0]{'message'} && defined $response->{'choices'}[0]{'message'}
0 0 0 exists $response->{'choices'}[0]{'message'}{'content'} && defined $response->{'choices'}[0]{'message'}{'content'}
261 0 0 0 exists $self->{'python_source_code'} && defined $self->{'python_source_code'}
268 0 0 0 defined $messages and defined $messages->[0]

or 3 conditions

line l !l&&r !l&&!r condition
54 0 0 0 not exists $self->{'python_source_code'} && defined $self->{'python_source_code'} or $self->{'python_source_code'} eq ""
261 0 0 0 not exists $self->{'python_source_code'} && defined $self->{'python_source_code'} or $self->{'python_source_code'} eq ""