| blib/lib/WWW/Lipsum.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 13 | 26 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 42 | 2 | 5 | $self->start ? : |
| 50 | 0 | 7 | unless $res->is_success |
| 59 | 0 | 7 | if @$ |
| 60 | 0 | 7 | unless ($dom) |
| 61 | 0 | 0 | unless $did_already_retry |
| 74 | 5 | 2 | unless $self->html |
| 80 | 1 | 1 | if $self->what eq 'lists' |
| 96 | 0 | 7 | if exists $args{'start'} |
| 99 | 0 | 7 | if exists $args{'html'} |
| 102 | 0 | 7 | if (defined $args{'what'}) |
| 103 | 0 | 0 | unless $args{'what'} =~ /\A(paras|words|bytes|lists)\z/ |
| 110 | 0 | 7 | if (defined $args{'amount'}) |
| 111 | 0 | 0 | unless $args{'amount'} and $args{'amount'} =~ /\A\d+\z/ |