Branch Coverage

blib/lib/Python/Component.pm
Criterion Covered Total %
branch 2 10 20.0


line true false branch
63 0 63 if (not exists $self->{'python_source_code'} && defined $self->{'python_source_code'}) { }
0 119 elsif ($self->{'python_source_code'} eq '' and not $self->isa('Python::Blank')) { }
86 0 0 unless (defined $openai)
95 0 0 if (not exists $self->{'perl_source_code'} && defined $self->{'perl_source_code'}) { }
0 0 elsif ($self->{'perl_source_code'} eq '' and not $self->isa('Python::Blank')) { }