| File: | t/08-data-dump.t |
| Coverage: | 100.0% |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | #!perl | ||||||
| 2 | |||||||
| 3 | 1 1 1 | 72724 3 84 | use strict; | ||||
| 4 | 1 1 1 | 5 2 42 | use warnings; | ||||
| 5 | |||||||
| 6 | 1 1 1 | 611 42670 12 | use Test::More tests => 2; | ||||
| 7 | |||||||
| 8 | 1 1 1 | 1610 3 10123 | use Util::Underscore; | ||||
| 9 | |||||||
| 10 | 1 | 309166 | is \&_::pp, \&Data::Dump::pp, 'pp'; | ||||
| 11 | 1 | 30833 | is \&_::dd, \&Data::Dump::dd, 'dd'; | ||||