File Coverage

blib/arch/Alien/libdwarf.pm
Criterion Covered Total %
statement 5 5 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 7 7 100.0


line stmt bran cond sub pod time code
1             package Alien::libdwarf;
2 1     1   100213 use 5.012;
  1         4  
3              
4             our $VERSION = "20200114.0";
5              
6 1     1   435 use XS::Loader;
  1         1926  
  1         42  
7              
8             XS::Loader::load_noboot();
9              
10             =head1 NAME
11              
12             Alien::libdwarf - DWARF debugging information
13              
14             =cut
15              
16             =head1 DESCRIPTION
17              
18             =head1 SYNOPSIS
19              
20             =head1 AUTHOR
21              
22             Ivan Baidakou , Crazy Panda LTD
23              
24             =head1 LICENSE
25              
26             You may distribute this code under the same terms as Perl itself.
27              
28             =cut
29              
30              
31             1;