LanX has asked for the wisdom of the Perl Monks concerning the following question:
# Failed test 'Pod coverage on Macro' # at /usr/local/share/perl/5.10.0/Test/Pod/Coverage.pm line 126. # Coverage for Macro is 0.0%, with 1 naked subroutine: # xbla # Looks like you failed 1 test of 1.
and my editor (emacs) recognizes lines like "at FILE line LINE" and lets me navigate to them (either by click or hotkey)
(I suppose an universal feature for most editors)
Now I'm not very interested to jump into Test::Pod::Coverage, rather I'd like navigating to the line where the sub xbla() was defined.
Any idea how to configure such an output, couldn't find any hint.
( Pod::Coverage is aware of such infos since it inspects the STASH of tested modules)
TIA! :)
Cheers Rolf
( addicted to the Perl Programming Language)
|
|---|