Skip Menu |

This queue is for tickets about the Graphics-GnuplotIF-Shortcut CPAN distribution.

Report information
The Basics
Id: 108974
Status: open
Priority: 0/
Queue: Graphics-GnuplotIF-Shortcut

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.03
Fixed in: (no value)



Subject: pod coverage test fails
# Failed test 'Pod coverage on Graphics::GnuplotIF::Shortcut' # at /usr/perl5.20.1p/lib/site_perl/5.20.1/Test/Pod/Coverage.pm line 133. # Coverage for Graphics::GnuplotIF::Shortcut is 4.5%, with 21 naked subroutines: # cmd # get_object_id # get_plotnumber # hardcopy # pause # plot_3d # plot_equation # plot_many # plot_many_style # plot_xy # plot_xy_style # plot_y # reset # restore_terminal # set_plot_titles # set_style # set_title # set_xlabel # set_xrange # set_ylabel # set_yrange # Looks like you failed 1 test of 1. t/pod-coverage.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests
On 2015-11-15 09:15:22, SREZIC wrote: Show quoted text
> # Failed test 'Pod coverage on Graphics::GnuplotIF::Shortcut' > # at /usr/perl5.20.1p/lib/site_perl/5.20.1/Test/Pod/Coverage.pm line > 133. > # Coverage for Graphics::GnuplotIF::Shortcut is 4.5%, with 21 naked > subroutines: > # cmd > # get_object_id > # get_plotnumber > # hardcopy > # pause > # plot_3d > # plot_equation > # plot_many > # plot_many_style > # plot_xy > # plot_xy_style > # plot_y > # reset > # restore_terminal > # set_plot_titles > # set_style > # set_title > # set_xlabel > # set_xrange > # set_ylabel > # set_yrange > # Looks like you failed 1 test of 1. > t/pod-coverage.t .. > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/1 subtests
Please do not allow pod tests to run for normal user installs. Either move them to xt/, or guard them with: plan skip_all => "These tests are for authors only!" unless $ENV{AUTHOR_TESTING} or $ENV{RELEASE_TESTING};