blib/lib/Math/Vector/Real/XS.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 3 | 3 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 1 | 1 | 100.0 |
pod | n/a | ||
total | 4 | 4 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Math::Vector::Real::XS; | ||||||
2 | |||||||
3 | our $VERSION = '0.10'; | ||||||
4 | |||||||
5 | 4 | 4 | 65502 | use strict; | |||
4 | 6 | ||||||
4 | 205 | ||||||
6 | local $^W; | ||||||
7 | |||||||
8 | require XSLoader; | ||||||
9 | XSLoader::load('Math::Vector::Real::XS', $VERSION); | ||||||
10 | |||||||
11 | 1; | ||||||
12 | |||||||
13 | __END__ |