Cost Estimation Report
Generated: {{ generated_at }} | Model: {{ model }}
{{ total_sloc }}
Total SLOC
${{ estimated_cost }}
Estimated Cost
{{ schedule_months }}
Schedule (months)
{{ people_required }}
People Required
{% if !by_language.is_empty() %}
Cost by Language
Effort by Language (Person-Months)
By Language
Language
Code Lines
Effort (PM)
Cost
Share
{% for lang in by_language %}
{{ lang.language }}
{{ lang.code_lines }}
{{ lang.effort_months }}
${{ lang.cost }}
{% if total_sloc > 0 %}
{% endif %}
{% endfor %}
{% endif %}
{% for p in params %}{{ p.key }}: {{ p.value }}{% if !loop.last %} | {% endif %}{% endfor %}
{% if !by_language.is_empty() %} {% endif %}