| blib/lib/PerlBean/Symbol.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 31 | 35.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 353 | 100 | 0 | 0 | ref $val and exists $ALLOW_ISA{$name} |
| 360 | 100 | 0 | 0 | ref $val and exists $ALLOW_REF{$name} |
| 365 | 0 | 0 | 100 | defined $val and not ref $val |
| 0 | 0 | 100 | defined $val and not ref $val and exists $ALLOW_RX{$name} | |
| 372 | 0 | 0 | 0 | not ref $val and exists $ALLOW_VALUE{$name} |
| line | l | !l | condition |
|---|---|---|---|
| 561 | 90 | 0 | $self->get_symbol_name || '' |
| 563 | 90 | 0 | $self->get_comment || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 299 | 0 | 90 | 0 | ref $class || $class |
| 345 | 0 | 0 | 360 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} |
| 0 | 0 | 360 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} | |
| 180 | 0 | 180 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} or exists $ALLOW_VALUE{$name} |