Class StatusBannerHtml
java.lang.Object
org.ek9lang.cli.coverage.StatusBannerHtml
- All Implemented Interfaces:
BiFunction<Double,Boolean, String>
Generates the status banner HTML showing pass/fail state based on coverage threshold.
Returns HTML for a styled banner with icon, title, and coverage detail.
-
Constructor Details
-
StatusBannerHtml
public StatusBannerHtml()
-
-
Method Details
-
apply
-