blib/lib/HTTP/MobileAttribute/Plugin/UserID.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 16 | 16 | 100.0 |
line | true | false | branch |
---|---|---|---|
11 | 2 | 2 | if $self->config->{'fallback'} |
12 | 2 | 2 | unless $c->request->get('x-jphone-uid') |
23 | 12 | 5 | if ($self->config->{'fallback'}) |
25 | 5 | 7 | if $self->config->{'fallback_with_cardid'} and $c->card_id |
27 | 5 | 12 | unless $self->docomo_uid($c, $req) or $self->docomo_guid($c) |
33 | 3 | 14 | if $req |
34 | 14 | 3 | unless $c->request->get('x-docomo-uid') |
45 | 3 | 3 | $c->is_ezweb || $c->is_thirdforce && !$c->is_type_c || $c->is_docomo ? : |