Condition Coverage

blib/lib/OpenID/Lite/Message.pm
Criterion Covered Total %
condition 1 15 6.6


and 3 conditions

line !l l&&!r l&&r condition
70 0 0 0 exists $$self{'_extension_params'}{$ext_name} && exists $$self{'_extension_params'}{$ext_name}{$key}
111 0 0 8 defined $key and defined $value
132 0 0 0 defined $key and defined $value
237 0 0 0 $ns && $ns eq 'http://specs.openid.net/auth/2.0'

or 3 conditions

line l !l&&r !l&&!r condition
231 0 0 0 !$ns || any(sub { $ns eq $_; } , 'http://openid.net/signon/1.1', 'http://openid.net/signon/1.0')