| blib/lib/Rose/HTML/Object/Message.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 15 | 22 | 68.1 | 
| line | true | false | branch | 
|---|---|---|---|
| 39 | 28 | 830 | if @_ == 1 | 
| 47 | 459 | 2214 | if (@_) | 
| 51 | 400 | 59 | if (@_ == 1 and ref $_[0] eq 'ARRAY') { } | 
| 59 | 0 | elsif (@_ == 1 and ref $_[0] eq 'HASH') { } | |
| 64 | 84 | 0 | unless exists $args{$i} | 
| 76 | 0 | 459 | wantarray ? : | 
| 79 | 0 | 0 | unless $self->{'args'} | 
| 0 | 2214 | wantarray ? : | |
| 85 | 1203 | 6991 | if @_ | 
| 101 | 398 | 1865 | if (@_) | 
| 103 | 0 | 398 | if (UNIVERSAL::isa($_[0], "Rose::HTML::Object::Message")) |