inline functions are well inlined, quite a lot of ...
# kotlin-fuel
n
inline functions are well inlined, quite a lot of things might be in different .class files which jacoco currently cannot handle either
d
This is it! I turned a few function into inlined calls which now show up as no coverage
😕 1