Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

method and class coverage data #69

Open
junghuk opened this issue Jan 13, 2016 · 2 comments
Open

method and class coverage data #69

junghuk opened this issue Jan 13, 2016 · 2 comments
Assignees

Comments

@junghuk
Copy link

junghuk commented Jan 13, 2016

How can we get method or class coverage from statement coverage data?

@VijayKrishna
Copy link
Member

we will need to use something like blinky for that. it will be a static analysis -- which is to say that Tacoco will use the Blinky instrumenter to statically analyze the target binaries to identify the owner class and method for each executable source code line.

However, we will probably need to figure out an appropriate format for the output of such an analysis ... a sqlite db perhaps?

@VijayKrishna
Copy link
Member

@junghuk just so you know, @jycamus90 (J.Y.) might help us out with this issue -- i thought that this might be a good place for her to start with some of the work that we dabble in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants