blib/lib/Class/Delegator.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 22 | 22 | 100.0 |
line | true | false | branch |
---|---|---|---|
199 | 1 | 15 | unless $key eq 'send' |
203 | 1 | 14 | unless $key eq 'to' |
206 | 1 | 13 | if ref $send and ref $to |
209 | 4 | 9 | if (ref $to) { } |
210 | 3 | 1 | ($_[0] || '') eq 'as' ? : |
211 | 2 | 2 | if (ref $as) { } |
1 | 1 | elsif (defined $as) { } | |
212 | 1 | 1 | unless @$to == @$as |
246 | 1 | 1 | ref $_[0] ? : |
2 | 7 | ($_[0] || '') eq 'as' ? : | |
249 | 7 | 2 | unless ref $send |