File Coverage

File:t/Patroncards_Batch.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.33283537781786e+15
23
42
use strict;
7
1
1
1
19
15
55
use warnings;
8
9
1
1
1
251
20708
16
use Test::More tests => 1;
10
11BEGIN {
12
1
1649
        use_ok('C4::Patroncards::Batch');
13}
14