Branch Coverage

blib/lib/HTTP/MobileUID.pm
Criterion Covered Total %
branch 16 16 100.0


line true false branch
26 4 7 if ($agent->is_docomo) { }
3 4 elsif ($agent->is_softbank) { }
3 1 elsif ($agent->is_ezweb) { }
29 1 3 if ($self->is_docomo_uid($uid))
37 2 1 if ($uid ne 'NULL')
38 1 1 if ($self->is_softbank_uid($uid))
47 1 2 if ($self->is_ezweb_uid($uid))
57 1 3 if $uid eq 'NULLGWDOCOMO'