Condition Coverage

blib/lib/Authen/U2F.pm
Criterion Covered Total %
condition 1 9 11.1


or 3 conditions

line l !l&&r !l&&!r condition
36 0 1 0 $challenge_check ||= compile(&ClassName())
47 0 0 0 $registration_check ||= compile(&ClassName(), slurpy(&Dict(['challenge', &Str(), 'app_id', &Str(), 'origin', &Str(), 'registration_data', &Str(), 'client_data', &Str()])))
142 0 0 0 $signature_check ||= compile(&ClassName(), slurpy(&Dict(['challenge', &Str(), 'app_id', &Str(), 'origin', &Str(), 'key_handle', &Str(), 'key', &Str(), 'signature_data', &Str(), 'client_data', &Str()])))