File Coverage

File:t/00_load/03_use-conflict.t
Coverage:96.8%

linestmtbrancondsubpodtimecode
1#!perl
2
3
1
1
1
52249
4
84
use strict;
4
1
1
1
4
1
42
use warnings;
5
6
1
1
1
614
44112
11
use Test::More tests => 2;
7
1
1
1
1611
3325
7
use Test::Exception;
8
9
1
1
1
1
1
227870
671
4
2
30
use_ok 'Util::Underscore';
10
11
1
1
1
1
155
6
1
55
throws_ok { eval q{use _; 1} or die $@ }
12
1
1047
qr/"_" package is internal to Util::Underscore/;