File Coverage

File:t/Items.t
Coverage:100.0%

linestmtbrancondsubtimecode
1#!/usr/bin/perl
2#
3# This Koha test module is a stub!
4# Add more tests here!!!
5
6
1
1
1
1.3328352849268e+15
3
26
use strict;
7
1
1
1
4
1
33
use warnings;
8
9
1
1
1
202
19720
20
use Test::More tests => 1;
10
11BEGIN {
12
1
1475
        use_ok('C4::Items');
13}
14