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

{% for lang in by_language %} {% endfor %}
LanguageCode LinesEffort (PM)CostShare
{{ lang.language }} {{ lang.code_lines }} {{ lang.effort_months }} ${{ lang.cost }}
{% if total_sloc > 0 %}
{% endif %}
{% endif %}
{% for p in params %}{{ p.key }}: {{ p.value }}{% if !loop.last %} | {% endif %}{% endfor %}
{% if !by_language.is_empty() %} {% endif %}