Skip to content

Commit

Permalink
added readme for github
Browse files Browse the repository at this point in the history
  • Loading branch information
wchristian committed Nov 8, 2011
1 parent 188fa33 commit f88af6f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
@@ -0,0 +1,6 @@
Coverage Gap Test Case
==

In this repo you will find a simple script that loads a module and then executes some code in its runtime. The runtime code is properly caught by D::C.

On the other hand, the module also executes some code, which however will end up being executed at compile time within the require call in the script file. That code is not recorded as covered, which happens, i assume, due to being at compile time. In fact, without the empty sub in the module it wouldn't even show up in the report.

0 comments on commit f88af6f

Please sign in to comment.