Hypothesis registry
Value {{ result.values | length }}
-
{% for value in result.values %}
-
{{ value.venture }}
{% if value_routes[value.uri] %}{{ value.label }}
{% else %}{{ value.label }}{% endif %}
{% if value.hypothesis %}
{{ value.hypothesis }}
{% else %}No hypothesis recorded.
{% endif %}
{% endfor %}
- Live{{ statuses.live }}no evidence against
- Falsified{{ statuses.falsified }}evidence met a criterion
- Pivoted{{ statuses.pivoted }}falsified, then redirected
- Incomplete reach{{ result.incomplete_reach }}consumers cannot be enumerated
{{ status }} {{ group | length }}
{% if not group %}None.
{% else %}-
{% for entry in group %}
-
{{ entry.venture }}
{{ entry.label }}
{% if entry.hypothesis %}
{{ entry.hypothesis }}
{% else %}No hypothesis recorded.
{% endif %} {% if entry.falsification_criteria %}{% else %}Falsified when {{ entry.falsification_criteria | length }}
-
{% for item in entry.falsification_criteria %}
- {{ item }} {% endfor %}
No falsification criteria recorded.
{% endif %}{{ entry.invalidated | length }} invalidated {{ entry.flagged | length }} flagged {% if entry.uri in cascades %} Blast radius {% endif %}{% if entry.incomplete %}Reach incomplete: {{ entry.incomplete_reason }}
{% endif %}
{% endfor %}
Compilation coverage
How many success criteria at each layer are bound to something that executes.
| Layer | Criteria source | Assertion | Bound | Coverage |
|---|---|---|---|---|
| Level {{ layer.layer }} | {{ layer.criteria_source }} |
{{ layer.assertion }} | {{ layer.bound }} / {{ layer.total }} | {{ "%.1f" | format(layer.ratio * 100) }}% |