| blib/lib/Python/Class.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 21 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 66 | 0 | 0 | 0 | exists $self->{'python_source_code'} && defined $self->{'python_source_code'} |
| 75 | 0 | 0 | 0 | exists $self->{'python_preparsed'} && defined $self->{'python_preparsed'} |
| 119 | 0 | 0 | 0 | exists $self->{'python_preparsed'} && defined $self->{'python_preparsed'} |
| 135 | 0 | 0 | 0 | exists $self->{'symbol'} && defined $self->{'symbol'} |
| 140 | 0 | 0 | 0 | exists $self->{'indentation'} and defined $self->{'indentation'} |
| 165 | 0 | 0 | 0 | exists $self->{'parents'} and defined $self->{'parents'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 135 | 0 | 0 | 0 | not exists $self->{'symbol'} && defined $self->{'symbol'} or $self->{'symbol'} eq "" |