blib/lib/Twitter/API/Role/RequestArgs.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 26 | 28 | 92.8 |
line | true | false | branch |
---|---|---|---|
50 | 1 | 1 | if @_ > 4 and not XXX |
130 | 12 | 3 | if XXX |
134 | 5 | 10 | if @_ == 0 or XXX |
139 | 9 | 6 | if XXX |
143 | 3 | 3 | if ($name eq ':ID') |
144 | 1 | 2 | exists $args_hash{'screen_name'} ? : |
146 | 2 | 1 | unless exists $args_hash{$name} |
148 | 1 | 3 | unless exists $args_hash{$name} |
153 | 5 | 7 | if (my $id = delete $args{':ID'}) |
154 | 4 | 1 | $id =~ /\D/u ? : |
160 | 2 | 5 | if exists $args{$name} |
179 | 0 | 9 | XXX ? : |
180 | 2 | 7 | if (my $value = $args->{$key}) |
181 | 2 | 0 | if XXX |