Samsung / jalangi2

Dynamic analysis framework for JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Identifying branch coverage by IIDs

jawline opened this issue · comments

Does the IID or SMAP contain any information about whether an IID refers to a conditional operation?

We would like to use IID to identify branch coverage as we can with line coverage but to do that we need to identify how many conditional operations there are in the program and the relating IIDs.

For future reference to anybody interested: if (iid % 4 == 0) then the IID seems to be a conditional operation.