@php $summary = $this->coverageSummary(); $basis = $this->basisRunSummary(); @endphp
Tenant coverage truth
This report shows which supported inventory types are currently covered for the active tenant, which ones still need follow-up, and what the statement is based on.
Covered types
{{ $summary['succeededTypes'] ?? 0 }} / {{ $summary['supportedTypes'] ?? 0 }}
Current supported types with a successful basis result.
Need follow-up
{{ $summary['followUpTypes'] ?? 0 }}
@if (filled($summary['topFollowUpLabel'] ?? null)) Highest-priority type: {{ $summary['topFollowUpLabel'] }}. @else No follow-up types are currently highlighted. @endif
Observed items
{{ $summary['observedItems'] ?? 0 }}
{{ $summary['observedTypes'] ?? 0 }} supported types currently have observed inventory rows.
@if (filled($summary['topFollowUpGuidance'] ?? null))
{{ $summary['topFollowUpGuidance'] }}
@endif
Coverage basis
{{ $basis['title'] ?? 'No current coverage basis' }}
@if (filled($basis['badgeLabel'] ?? null)) {{ $basis['badgeLabel'] }} @endif
{{ $basis['body'] ?? 'No current coverage basis is available.' }}
@if (filled($basis['runUrl'] ?? null)) Open basis run @endif @if (filled($basis['historyUrl'] ?? null)) Inventory sync history @endif @if (filled($basis['inventoryItemsUrl'] ?? null)) Open inventory items @endif
{{ $this->table }}