In the Highlight logs the message Abort : Wrapped: minified file is seen.
eg Abort : Wrapped: minified file (ratio=80.4155220396804)
Details
Basically it means file is too small.
Minified files are excluded from the health analysis.
To detect minified files the analyzer calculates a ratio between instruction lines and total lines of code.
If this ratio reaches a specific value, the analyzer considers it as minified and exclude it.
This is an expected behavior .
Additional Resources
CAST Highlight Troubleshooting Guides
CAST Highlight Product Documentation
Ticket
41686, 39711
Comments