samprity / script-cover

Automatically exported from code.google.com/p/script-cover
Apache License 2.0
0 stars 0 forks source link

Tricked by requirejs #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.  Use require.js in a library
2.  Exercise the library
3.  Examine coverage report

What is the expected output? What do you see instead?

None of the code loaded by requirejs is considered covered, even though it's 
visible in Chrome devtools and is definitely run.

What version of the product are you using? On what operating system?
1.0.0.2

Please provide any additional information below.

I'm trying to use this to test the coverage on ninjascript - there a public 
github repo at https://github.com/LRDesign/NinjaScript

Original issue reported on code.google.com by nya...@gmail.com on 2 Dec 2011 at 5:11

GoogleCodeExporter commented 8 years ago
Thanks for report!

Do you have any minimal test case (e.g. html page, URL) which we can use to 
easily test/reproduce the issue?

Original comment by ekamensk...@google.com on 7 Dec 2011 at 8:38

GoogleCodeExporter commented 8 years ago
I'll see about making sure my project's test page is up-to-date.  I need to 
work on it in the near future anyway.

Original comment by nya...@gmail.com on 16 Dec 2011 at 7:52