| blib/lib/Rose/HTML/Object/Message.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 15 | 22 | 68.1 |
| line | true | false | branch |
|---|---|---|---|
| 39 | 28 | 828 | if @_ == 1 |
| 47 | 459 | 2211 | 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 | 2211 | wantarray ? : | |
| 85 | 1201 | 6982 | if @_ |
| 101 | 396 | 1862 | if (@_) |
| 103 | 0 | 396 | if (UNIVERSAL::isa($_[0], "Rose::HTML::Object::Message")) |