When js-files are instrumented, a .import for the coverage plugin is inserted at the top. Due to QTBUG-32275 (https://bugreports.qt-project.org/browse/QTBUG-32275), files containing an .import statement cannot be loaded with Qt.include.
Use .import for loading JS files instead.