Condition Coverage

blib/lib/WWW/Live/Auth/ConsentToken.pm
Criterion Covered Total %
condition 0 24 0.0


and 3 conditions

line !l l&&!r l&&r condition
57 0 0 0 length $base2 == 64 and substr($base2, 0, 1) eq '1'

or 3 conditions

line l !l&&r !l&&!r condition
15 0 0 0 ref $proto || $proto
87 0 0 0 $$self{'string'} || croak('Consent token is required')
110 0 0 0 $$consent_token{'delt'} || croak('Consent token contains no delegation token')
111 0 0 0 $$consent_token{'reft'} || croak('Consent token contains no refresh token')
112 0 0 0 $$consent_token{'skey'} || croak('Consent token contains no session key')
113 0 0 0 $$consent_token{'exp'} || croak('Consent token contains no expiry time')
114 0 0 0 $$consent_token{'lid'} || croak('Consent token contains no location ID')