$sources
$sources : int
What one keyspace discovery pass found.
The number to read is how much sits under Classification::UNCLASSIFIED. Everything there is being captured because nothing recognised it, which is the safe default and also the expensive one, so it is the list an administrator works through.
__construct(int $sources = 0, int $keys = 0, int $patterns = 0, array$totals = [], list $problems = [], float $seconds = 0.0) : mixed
Constructs a report.
| int | $sources | How many sources were asked. |
| int | $keys | Keys seen across all of them. |
| int | $patterns | Distinct patterns those keys fell into. |
| array |
$totals | Classification value keyed to its totals, as the registry reports them. |
| list |
$problems | One line per source that could not be read. |
| float | $seconds | How long the pass took. |
couldLook() : bool
Whether anything could be discovered at all.
A pass with no sources is not a clean pass over an empty keyspace; it is a pass that could not look, and reporting the two the same way is how an unmonitored keyspace looks monitored.
TRUE when at least one source was registered.