File Coverage

blib/lib/Devel/Profit.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package Devel::Profit;
2 1     1   620 use strict;
  1         2  
  1         28  
3 1     1   4 use warnings;
  1         2  
  1         51  
4             our $VERSION = '0.34';
5              
6 1     1   14 use DynaLoader ();
  1         3  
  1         54  
7             our @ISA = qw(DynaLoader);
8              
9             bootstrap Devel::Profit $VERSION;
10              
11             1;
12              
13             =head1 NAME
14              
15             Devel::Profit - A Perl profiler
16              
17             =head1 AUTHOR
18              
19             Leon Brocard, C<< <acme@astray.com> >>
20              
21             =head1 COPYRIGHT
22              
23             Copyright (C) 2008, Leon Brocard
24              
25             =head1 LICENSE
26              
27             This module is free software; you can redistribute it or modify it
28             under the same terms as Perl itself.