corpus/lib/Alien/libbar.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 7 | 7 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 3 | 3 | 100.0 |
pod | 0 | 1 | 0.0 |
total | 10 | 11 | 90.9 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Alien::libbar; | ||||||
2 | |||||||
3 | 1 | 1 | 6 | use strict; | |||
1 | 1 | ||||||
1 | 27 | ||||||
4 | 1 | 1 | 5 | use warnings; | |||
1 | 1 | ||||||
1 | 45 | ||||||
5 | |||||||
6 | sub dynamic_libs | ||||||
7 | { | ||||||
8 | 1 | 1 | 0 | 4 | 'corpus/unix/usr/lib/libbar.so.1.2.3'; | ||
9 | } | ||||||
10 | |||||||
11 | 1; |