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   232882 use 5.008001;
  5         49  
3 5     5   22 use strict;
  5         7  
  5         84  
4 5     5   19 use warnings;
  5         8  
  5         169  
5              
6             our $VERSION = "0.03";
7              
8 5     5   31 use XSLoader;
  5         8  
  5         206  
9             XSLoader::load(__PACKAGE__, $VERSION);
10              
11             1;
12             __END__