Branch Coverage

blib/lib/OpenID/Lite/RelyingParty/Discover/Method/Base.pm
Criterion Covered Total %
branch 3 4 75.0


line true false branch
20 0 10 unless my $result = $self->_fetcher->fetch($identifier->as_string)
22 2 8 unless my $services = $self->_parser->parse($result)