| blib/lib/WWW/Google/Contacts/Roles/HasTypeAndLabel.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 6 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 66 | 0 | 1 | 3 | defined $self->label and $self->label eq $type->name |
| 75 | 0 | 2 | 1 | defined $self->type and $self->type->name eq $label |