Page 1 of 1

Displaying of instrumented files in summary tab

Posted: 2012-06-15 6:41 pm
by AishDa
Hi,

I am developing an application on Sencha Touch platform.
When I use the jscoverage commamnd on the Project Folder, it creates the instrumented files.
The problem is, in the summary tab only those files are displayed which are in the same directory as index.html.

My directory structure is in the attachment:

Is there any way I can display these files in the summary tab??
Kindly guide..

Thanks&Regards

Re: Displaying of instrumented files in summary tab

Posted: 2012-06-18 7:37 am
by Ed
AishDa wrote:Hi,

I am developing an application on Sencha Touch platform.
When I use the jscoverage commamnd on the Project Folder, it creates the instrumented files.
The problem is, in the summary tab only those files are displayed which are in the same directory as index.html.
It should automatically display all files in the summary tab, including files in subfolders. I'm not sure why these files would not be displayed for your project. Possibly these files are not getting executed at all (i.e., coverage is 0%)? (If a file is never executed at all, it will not be displayed in the summary tab.)