| blib/lib/XS/Object/Magic.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 10 | 10 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 4 | 4 | 100.0 |
| pod | 1 | 1 | 100.0 |
| total | 15 | 15 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package XS::Object::Magic; # git description: XS-Object-Magic-0.04-6-gf4315fa | ||||||
| 2 | # ABSTRACT: Opaque, extensible XS pointer backed objects using C |
||||||
| 3 | |||||||
| 4 | 1 | 1 | 74249 | use strict; | |||
| 1 | 10 | ||||||
| 1 | 28 | ||||||
| 5 | 1 | 1 | 5 | use warnings; | |||
| 1 | 1 | ||||||
| 1 | 49 | ||||||
| 6 | |||||||
| 7 | require 5.008001; | ||||||
| 8 | 1 | 1 | 458 | use parent qw(DynaLoader); | |||
| 1 | 296 | ||||||
| 1 | 5 | ||||||
| 9 | |||||||
| 10 | our $VERSION = '0.05'; | ||||||
| 11 | |||||||
| 12 | 1 | 1 | 1 | 253 | sub dl_load_flags { 0x01 } | ||
| 13 | |||||||
| 14 | __PACKAGE__->bootstrap($VERSION); | ||||||
| 15 | |||||||
| 16 | __PACKAGE__ | ||||||
| 17 | |||||||
| 18 | __END__ |