File: | t/00_load/02_import-conflict.t |
Coverage: | 100.0% |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | #!perl | ||||||
2 | |||||||
3 | 1 1 1 | 39532 3 84 | use strict; | ||||
4 | 1 1 1 | 4 2 41 | use warnings; | ||||
5 | |||||||
6 | 1 1 1 | 8727 57127 11 | use Test::More tests => 2; | ||||
7 | 1 1 1 | 10145 3406 6 | use Test::Exception; | ||||
8 | |||||||
9 | 1 1 1 1 1 | 179088 593 4 2 27 | use_ok 'Util::Underscore'; | ||||
10 | |||||||
11 | 1 1 | 1170 125 | throws_ok { "_"->import } qr/"_" package is internal to Util::Underscore/; |