blib/lib/HTTP/MobileAgent/DoCoMo.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 15 | 80.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
57 | 150 | 31 | 4 | $foma_or_comment and $foma_or_comment =~ s/^\((.*)\)$/$1/ |
71 | 154 | 15 | 16 | $self->is_foma && !($self->html_version && $self->html_version == 3) |
137 | 23 | 0 | 13 | $self->is_foma and $model =~ /(?:\d{4}|\w\d{2}\w\d?)/ |
180 | 0 | 3 | 2 | $self->is_foma && $self->cache_size >= 500 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
130 | 38 | 0 | 3 | $$self{'cache_size'} || $HTTP::MobileAgent::DoCoMo::DefaultCacheSize |