Upload your project files for an instant IEC 62304 compliance readiness report
or click to select files from your project
Supported: .c, .h, .cpp, .hpp, .txt, .md, .cmake, .json, .xml, .yaml, Makefile, .gitignore, and more
Date: ${now} | Generated by: Kyros Engineering Firmware Compliance Checker
Overall Score: ${data.overall_score}%
${data.class_label}
| Metric | Value |
|---|---|
| Total files | ${data.file_stats.total_files} |
| Source files | ${data.file_stats.code_files} |
| Documentation files | ${data.file_stats.doc_files} |
| Total lines | ${data.file_stats.total_lines.toLocaleString()} |
| Category | Score |
|---|---|
| ${cat.name} | ${cat.score}% |
| ID | Check | Status | Severity | Detail |
|---|---|---|---|---|
| ${f.id} | ${f.name} | ${f.status.toUpperCase()} | ${f.severity} | ${f.detail} |
| ID | Check | Severity | Recommendation |
|---|---|---|---|
| ${r.check_id} | ${r.check_name} | ${r.severity} | ${r.recommendation} |