| blib/lib/Couchbase/Client/Iterator.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 6 | 6 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 2 | 2 | 100.0 |
| pod | n/a | ||
| total | 8 | 8 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package Couchbase::Client::Iterator; | ||||||
| 2 | 4 | 4 | 16 | use strict; | |||
| 4 | 4 | ||||||
| 4 | 124 | ||||||
| 3 | 4 | 4 | 14 | use warnings; | |||
| 4 | 4 | ||||||
| 4 | 98 | ||||||
| 4 | |||||||
| 5 | # This is a dummy package. Couchbase::Client should be loaded beforehand. | ||||||
| 6 | # The guts of this package are entirely implemented in XS | ||||||
| 7 | # This module exists mainly for documentation. | ||||||
| 8 | |||||||
| 9 | 1; | ||||||
| 10 | |||||||
| 11 | __END__ |