Open cmarqu opened 4 years ago
Hi,
You are correct; it was the fastest way to implement the functionality. Since the cpp library will always generate the same value for the attributes coverageCount and alias, this doesn't matter for inspecting the coverage. This will be fixed.
Best Regards, Dragos Dospinescu
It appears that the
alias
attribute of thecoverpointBin
element is taken as the value to derive the "covered" information from, not thecoverageCount
attribute ofrange/content
(orsequence/content
). What is the reason for that? It smells a bit like a workaround...https://github.com/amiq-consulting/fc4sc/blob/35b80717092abef8f59af2bbd2f78d162a598ff5/tools/gui/fc4sc/js/bin.js#L30 https://github.com/amiq-consulting/fc4sc/blob/35b80717092abef8f59af2bbd2f78d162a598ff5/includes/fc4sc_bin.hpp#L198 https://github.com/amiq-consulting/fc4sc/blob/35b80717092abef8f59af2bbd2f78d162a598ff5/includes/fc4sc_bin.hpp#L216