line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
1
|
|
|
1
|
|
1933
|
use 5.008001; |
|
1
|
|
|
|
|
4
|
|
|
1
|
|
|
|
|
39
|
|
2
|
1
|
|
|
1
|
|
5
|
use utf8; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
10
|
|
3
|
1
|
|
|
1
|
|
166
|
use strict; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
132
|
|
4
|
1
|
|
|
1
|
|
6
|
use warnings FATAL => 'all'; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
84
|
|
5
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
########################################################################### |
7
|
|
|
|
|
|
|
########################################################################### |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
{ package Muldis::DB; # package |
10
|
|
|
|
|
|
|
our $VERSION = 0.004000; |
11
|
|
|
|
|
|
|
# Note that Perl code only exists at all in this file in order to help |
12
|
|
|
|
|
|
|
# the CPAN indexer handle the distribution properly. |
13
|
|
|
|
|
|
|
} # package Muldis::DB |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
########################################################################### |
16
|
|
|
|
|
|
|
########################################################################### |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
1; # Magic true value required at end of a reusable file's code. |
19
|
|
|
|
|
|
|
__END__ |