File Coverage

blib/lib/MySQL/Dump/Parser/XS.pm
Criterion Covered Total %
statement 11 11 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 15 15 100.0


line stmt bran cond sub pod time code
1             package MySQL::Dump::Parser::XS;
2 5     5   277992 use 5.008001;
  5         58  
3 5     5   27 use strict;
  5         11  
  5         100  
4 5     5   24 use warnings;
  5         9  
  5         221  
5              
6             our $VERSION = "0.04";
7              
8 5     5   31 use XSLoader;
  5         10  
  5         271  
9             XSLoader::load(__PACKAGE__, $VERSION);
10              
11             1;
12             __END__