Condition Coverage

blib/lib/Net/OpenID/ClaimedIdentity.pm
Criterion Covered Total %
condition 0 14 0.0


and 3 conditions

line !l l&&!r l&&r condition
82 0 0 0 defined $args and ref $args ne 'HASH'
126 0 0 0 $self->{'delegate'} and $self->protocol_version == 1

or 2 conditions

line l !l condition
27 0 0 $self->{'protocol_version'} ||= 1

or 3 conditions

line l !l&&r !l&&!r condition
28 0 0 0 $self->{'protocol_version'} == 1 or $self->{'protocol_version'} == 2
122 0 0 0 $self->{'delegate'} || $self->{'identity'}