ramsay-t/Smother

Record support

Opened this issue · 0 comments

Records are not handled at all at the moment.

Smother should be able to track matching or non-matching of records, and provide MC/DC analysis of the explicit subcomponents that are declared in the syntax, e.g.:

f(#my_rec{field1=42,field2=F2}) ->

This should provide analysis subcomponents for {integer, 42} and {variable, 'F2'}.