| blib/lib/WebService/Recruit/HotPepper/Base.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 24 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 17 | 0 | 0 | if (ref $tree) { } |
| 18 | 0 | 0 | unless my $error = $$tree{'Error'} |
| 19 | 0 | 0 | unless $mess = $$error{'Message'} |
| 21 | 0 | 0 | unless my $xml = $self->xml |
| 22 | 0 | 0 | unless $xml =~ m[\s*$] |
| 29 | 0 | 0 | unless my $root = $self->root |
| 30 | 0 | 0 | unless $$root{'NumberOfResults'} |
| 34 | 0 | 0 | unless my $root = $self->root |
| 35 | 0 | 0 | unless $$root{'DisplayPerPage'} |
| 39 | 0 | 0 | unless my $root = $self->root |
| 40 | 0 | 0 | unless my $epp = $self->entries_per_page |
| 41 | 0 | 0 | unless int(($$root{'DisplayFrom'} - 1) / $epp) + 1 |