File Coverage

lib/App/SimulateReads/Quality/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 6     6   42 use utf8;
  6         12  
  6         47  
2             package App::SimulateReads::Quality::Schema;
3              
4             # Created by DBIx::Class::Schema::Loader
5             # DO NOT MODIFY THE FIRST PART OF THIS FILE
6              
7 6     6   243 use strict;
  6         17  
  6         111  
8 6     6   25 use warnings;
  6         12  
  6         139  
9              
10 6     6   24 use base 'DBIx::Class::Schema';
  6         13  
  6         3195  
11              
12             __PACKAGE__->load_namespaces;
13              
14              
15             # Created by DBIx::Class::Schema::Loader v0.07047 @ 2017-09-14 23:37:51
16             # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:YglAxIPc3n6X4KtXUc1ISQ
17              
18              
19             # You can replace this text with custom code or comments, and it will be preserved on regeneration
20             1;
21              
22             __END__
23              
24             =pod
25              
26             =encoding UTF-8
27              
28             =head1 NAME
29              
30             App::SimulateReads::Quality::Schema
31              
32             =head1 VERSION
33              
34             version 0.05
35              
36             =head1 AUTHOR
37              
38             Thiago L. A. Miller <tmiller@mochsl.org.br>
39              
40             =head1 COPYRIGHT AND LICENSE
41              
42             This software is Copyright (c) 2017 by Teaching and Research Institute from Sírio-Libanês Hospital.
43              
44             This is free software, licensed under:
45              
46             The GNU General Public License, Version 3, June 2007
47              
48             =cut