|
Repo Added
|
Build
3606
Last
|
Files
24
|
Badge
README BADGES
|
push
github
patch: throw() regression * I noticed a runtime error within Patch::Ed::apply() where the throw function can't be resolved * This error didn't happen when I switch back to historical commit 8a1ef6abe * The Patch::import() function had been removed, and this was forcibly putting throw into the caller's namespace * None of the other subclasses of Patch call throw(), only Patch::Ed does * The old import() approach was not the Right Thing so I don't want to revert to it * Make throw() an oo method instead of a simple function; this allows perl to resolve it from the parent class
353 of 481 relevant lines covered (73.39%)
4717.31 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|
![]() |
Badge your Repo: PerlPowerToolsWe detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.Could not find badge in README. |
|
Embed ▾
README BADGES
|