File Coverage

blib/lib/XMLDB/SQLServer.pm
Criterion Covered Total %
statement 23 23 100.0
branch n/a
condition n/a
subroutine 8 8 100.0
pod n/a
total 31 31 100.0


line stmt bran cond sub pod time code
1             package XMLDB::SQLServer;
2            
3 1     1   65906 use strict;
  1         3  
  1         28  
4 1     1   5 use warnings;
  1         3  
  1         22  
5            
6 1     1   28 use 5.010;
  1         4  
7            
8 1     1   522 use POSIX qw(strftime);
  1         6339  
  1         5  
9 1     1   1375 use Carp;
  1         2  
  1         58  
10 1     1   601 use Data::Dumper;
  1         6638  
  1         66  
11 1     1   456 use English;
  1         3423  
  1         7  
12 1     1   1242 use XML::Simple;
  1         8779  
  1         7  
13            
14            
15             =head1 NAME
16            
17             XMLDB::SQLServer - Does XML Document to SQL Server db schema conversion, Ded MedVed.
18            
19             =head1 VERSION
20            
21             Version 0.01
22            
23             =cut
24            
25             our $VERSION = '0.01';
26            
27            
28            
29            
30            
31             __DATA__