Generates a styled HTML div showing data coverage percentage with
color-coded background and optional warning for low coverage.
Usage
create_coverage_box(original_rows, filtered_rows)
Arguments
- original_rows
Numeric, total number of rows in original dataset
- filtered_rows
Numeric, number of rows after filtering
Value
HTML div element with coverage information and styling