line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
3
|
|
|
3
|
|
507
|
use utf8; |
|
3
|
|
|
|
|
19
|
|
|
3
|
|
|
|
|
32
|
|
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
|
|
122
|
use strict; |
|
3
|
|
|
|
|
7
|
|
|
3
|
|
|
|
|
52
|
|
8
|
3
|
|
|
3
|
|
15
|
use warnings; |
|
3
|
|
|
|
|
12
|
|
|
3
|
|
|
|
|
76
|
|
9
|
|
|
|
|
|
|
|
10
|
3
|
|
|
3
|
|
17
|
use base 'DBIx::Class::Schema'; |
|
3
|
|
|
|
|
6
|
|
|
3
|
|
|
|
|
1610
|
|
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; |