File Coverage

blib/lib/HPC/Runner/Command/Plugin/Logger/Sqlite/Schema.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1 3     3   583 use utf8;
  3         19  
  3         29  
2             package HPC::Runner::Command::Plugin::Logger::Sqlite::Schema;
3              
4             # Created by DBIx::Class::Schema::Loader
5             # DO NOT MODIFY THE FIRST PART OF THIS FILE
6              
7 3     3   129 use strict;
  3         9  
  3         54  
8 3     3   13 use warnings;
  3         8  
  3         95  
9              
10 3     3   14 use base 'DBIx::Class::Schema';
  3         8  
  3         1824  
11              
12             __PACKAGE__->load_namespaces;
13              
14              
15             # Created by DBIx::Class::Schema::Loader v0.07045 @ 2016-08-07 17:47:56
16             # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:IKGuPxYVDqKYrytTkGFFOA
17              
18              
19             # You can replace this text with custom code or comments, and it will be preserved on regeneration
20             1;