File Coverage

File:t/Patroncards.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.33283537516935e+15
3
40
use strict;
7
1
1
1
5
1
34
use warnings;
8
9
1
1
1
329
25726
13
use Test::More tests => 1;
10
11BEGIN {
12
1
2089
        use_ok('C4::Patroncards');
13}
14