libwww-perl / URI

The Perl URI module
https://metacpan.org/pod/URI
Other
41 stars 48 forks source link

Remove use of Taint in tests. #129

Closed genio closed 1 year ago

genio commented 1 year ago

Also, ensure all tests files do not include the shebang. t/query.t had a join() over an array with undef values; fix that.

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (538f054) 87.31% compared to head (4e35eea) 87.31%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #129 +/- ## ======================================= Coverage 87.31% 87.31% ======================================= Files 48 48 Lines 1774 1774 Branches 462 462 ======================================= Hits 1549 1549 Misses 77 77 Partials 148 148 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.