This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Extend test coverage for Dumpvalue.pm
authorJames E Keenan <jkeenan@cpan.org>
Sun, 13 Oct 2019 12:45:22 +0000 (08:45 -0400)
committerJames E Keenan <jkeenan@cpan.org>
Mon, 14 Oct 2019 10:55:07 +0000 (06:55 -0400)
commit8a1dfc0464f1ff3f7536b414fd48c3da48101ffa
treeddce2562ea5b60af8bae9e49c0f890e0ef770f36
parentf87d8789b924d2fac04671d98d5db10eee8da45e
Extend test coverage for Dumpvalue.pm

Improve coverage since version 1.18.

$ cat Dumpvalue.original.coverage
--------------------- ------ ------ ------ ------ ------ ------ ------
File                    stmt   bran   cond    sub    pod   time  total
--------------------- ------ ------ ------ ------ ------ ------ ------
blib/lib/Dumpvalue.pm   95.8   74.7   59.7  100.0   45.8  100.0   81.2
Total                   95.8   74.7   59.7  100.0   45.8  100.0   81.2
--------------------- ------ ------ ------ ------ ------ ------ ------

$ cat 8e07bd5a.coverage.txt
--------------------- ------ ------ ------ ------ ------ ------ ------
File                    stmt   bran   cond    sub    pod   time  total
--------------------- ------ ------ ------ ------ ------ ------ ------
blib/lib/Dumpvalue.pm   98.7   89.0   70.9  100.0   45.8  100.0   88.6
Total                   98.7   89.0   70.9  100.0   45.8  100.0   88.6
--------------------- ------ ------ ------ ------ ------ ------ ------
MANIFEST
dist/Dumpvalue/t/extend-coverage.t [new file with mode: 0644]