← Back to Coverage Index

✅ Verified Tests

Unit tests, parser tests, verification tests, and string lemma tests — all must pass.

Total

4243

Passed

4243

Failed

0

Suites

17

Suites

Unit Tests
10/10 passed (100.0%)
Explicit Key Tests
149/149 passed (100.0%)
Flow Completeness Tests
88/88 passed (100.0%)
Structural Validation Tests
84/84 passed (100.0%)
Dump Round-Trip Tests
117/117 passed (100.0%)
Raw Parse / Compose Tests
29/29 passed (100.0%)
YAML 1.2.2 Spec Examples
132/132 passed (100.0%)
Schema ↔ Dump Integration
68/68 passed (100.0%)
Scanner & TokenParser Tests (Phase 9)
32/32 passed (100.0%)
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline)
132/132 passed (100.0%)
Adversarial Grammar-Directed Tests (v0.2.13.1)
154/154 passed (100.0%)
Adversarial Instantiation Tests (sorry audit)
2441/2441 passed (100.0%)
Mutation Testing on yaml-test-suite (v0.2.13.2)
45/45 passed (100.0%)
Property-Based Round-Trip Tests (v0.2.13.3)
124/124 passed (100.0%)
Production Coverage Analysis
588/588 passed (100.0%)
Parser Security Limit Tests
43/43 passed (100.0%)
Demo
7/7 passed (100.0%)
Showing 4243 of 4243
Suite Category Test Outcome Error
Unit Tests ScalarStyle All 5 scalar styles defined Pass
Unit Tests ScalarStyle BEq distinguishes styles Pass
Unit Tests YamlValue construction Scalar content preserved Pass
Unit Tests YamlValue construction Sequence has 2 items Pass
Unit Tests YamlValue construction Mapping has 1 pair Pass
Unit Tests YamlValue construction Null value constructed Pass
Unit Tests YamlDocument Document has 1 directive Pass
Unit Tests YamlDocument YAML directive version correct Pass
Unit Tests YamlPos YamlPos BEq reflexive Pass
Unit Tests YamlPos YamlPos BEq distinguishes Pass
Explicit Key Tests Basic explicit keys ? a : b parses as mapping Pass
Explicit Key Tests Basic explicit keys ? a : b key Pass
Explicit Key Tests Basic explicit keys ? a : b value Pass
Explicit Key Tests Basic explicit keys ? a : 1.3 key Pass
Explicit Key Tests Basic explicit keys ? a : 1.3 value Pass
Explicit Key Tests Basic explicit keys ? explicit key (no colon) Pass
Explicit Key Tests Basic explicit keys ? explicit key: key content Pass
Explicit Key Tests Missing value (null) ? a produces mapping Pass
Explicit Key Tests Missing value (null) ? a key Pass
Explicit Key Tests Missing value (null) ? a value is null Pass
Explicit Key Tests Missing value (null) ? a ? b key count Pass
Explicit Key Tests Missing value (null) ? a ? b first key Pass
Explicit Key Tests Missing value (null) ? a ? b second key Pass
Explicit Key Tests Next-line keys 6PBE key is sequence Pass
Explicit Key Tests Next-line keys 6PBE value is sequence Pass
Explicit Key Tests Next-line keys bare ? + : value Pass
Explicit Key Tests Next-line keys bare ? key is null Pass
Explicit Key Tests Next-line keys bare ? : value Pass
Explicit Key Tests Complex keys JTV5 multiline key Pass
Explicit Key Tests Complex keys JTV5 multiline value Pass
Explicit Key Tests Complex keys V9D5 parses Pass
Explicit Key Tests Complex keys V9D5 first item is mapping Pass
Explicit Key Tests Complex keys V9D5 second item is mapping Pass
Explicit Key Tests Complex keys M5DY key is sequence Pass
Explicit Key Tests Complex keys M5DY value is sequence Pass
Explicit Key Tests Explicit key + anchors 6M2F key Pass
Explicit Key Tests Explicit key + anchors 6M2F value Pass
Explicit Key Tests Explicit key + anchors ? &d produces mapping Pass
Explicit Key Tests Explicit key + anchors ? &e : &a parses Pass
Explicit Key Tests Mixed explicit/implicit keys GH63 pair count Pass
Explicit Key Tests Mixed explicit/implicit keys GH63 explicit key Pass
Explicit Key Tests Mixed explicit/implicit keys GH63 explicit value Pass
Explicit Key Tests Mixed explicit/implicit keys GH63 implicit key Pass
Explicit Key Tests Mixed explicit/implicit keys GH63 implicit value Pass
Explicit Key Tests Mixed explicit/implicit keys ZWK4 pair count Pass
Explicit Key Tests Mixed explicit/implicit keys ZWK4 first key Pass
Explicit Key Tests Mixed explicit/implicit keys ZWK4 first value Pass
Explicit Key Tests Mixed explicit/implicit keys ZWK4 explicit key Pass
Explicit Key Tests Mixed explicit/implicit keys ZWK4 third key Pass
Explicit Key Tests Mixed explicit/implicit keys ZWK4 third value Pass
Explicit Key Tests Comments between key and value X8DW key Pass
Explicit Key Tests Comments between key and value X8DW value Pass
Explicit Key Tests Comments between key and value ? key # comment Pass
Explicit Key Tests Flow explicit keys DFF7 parses as mapping Pass
Explicit Key Tests Flow explicit keys DFF7 pair count Pass
Explicit Key Tests Flow explicit keys DFF7 explicit key Pass
Explicit Key Tests Flow explicit keys DFF7 explicit value Pass
Explicit Key Tests Flow explicit keys DFF7 implicit key Pass
Explicit Key Tests Flow explicit keys DFF7 bare ? null key Pass
Explicit Key Tests Flow explicit keys FRK4 parses Pass
Explicit Key Tests Flow explicit keys FRK4 pair count Pass
Explicit Key Tests Flow explicit keys FRK4 first key Pass
Explicit Key Tests Flow explicit keys FRK4 first value is null Pass
Explicit Key Tests Flow explicit keys FRK4 empty key value Pass
Explicit Key Tests Flow explicit keys {? a : b} key Pass
Explicit Key Tests Flow explicit keys {? a : b} value Pass
Explicit Key Tests Flow sequence explicit entries [? a : b] is sequence Pass
Explicit Key Tests Flow sequence explicit entries [? a : b] item is mapping Pass
Explicit Key Tests Flow sequence explicit entries [?] is sequence Pass
Explicit Key Tests Flow sequence explicit entries [?] item is mapping Pass
Explicit Key Tests Empty keys (flow) {: bar} parses Pass
Explicit Key Tests Empty keys (flow) {: bar} empty key Pass
Explicit Key Tests Empty keys (flow) {: bar} value Pass
Explicit Key Tests Empty keys (flow) {:} parses Pass
Explicit Key Tests Empty keys (flow) {:} empty key Pass
Explicit Key Tests Empty keys (flow) {:} null value Pass
Explicit Key Tests Double/nested explicit keys ? ? a: b is mapping Pass
Explicit Key Tests Double/nested explicit keys ? ? a: b key is mapping Pass
Explicit Key Tests Double/nested explicit keys ? ? a: b value is null Pass
Explicit Key Tests Double/nested explicit keys nested ? key parses Pass
Explicit Key Tests Double/nested explicit keys nested ? key is mapping Pass
Explicit Key Tests Double/nested explicit keys ? ? is mapping Pass
Explicit Key Tests Double/nested explicit keys ? ? key is mapping Pass
Explicit Key Tests Standalone ? and empty key/value bare ? is mapping Pass
Explicit Key Tests Standalone ? and empty key/value bare ? null key Pass
Explicit Key Tests Standalone ? and empty key/value bare ? null value Pass
Explicit Key Tests Standalone ? and empty key/value ? (space) is mapping Pass
Explicit Key Tests Standalone ? and empty key/value ? (space) null key Pass
Explicit Key Tests Standalone ? and empty key/value ?\n is mapping Pass
Explicit Key Tests Standalone ? and empty key/value ?\n null key Pass
Explicit Key Tests Standalone ? and empty key/value ---\n? is mapping Pass
Explicit Key Tests Standalone ? and empty key/value ?\n:\n?\n: pair count Pass
Explicit Key Tests Standalone ? and empty key/value first null:null key Pass
Explicit Key Tests Standalone ? and empty key/value first null:null val Pass
Explicit Key Tests Standalone ? and empty key/value second null:null key Pass
Explicit Key Tests Standalone ? and empty key/value second null:null val Pass
Explicit Key Tests Nested structures as explicit keys ? [1,2] : value is mapping Pass
Explicit Key Tests Nested structures as explicit keys ? [1,2] key is sequence Pass
Explicit Key Tests Nested structures as explicit keys ? [1,2] value Pass
Explicit Key Tests Nested structures as explicit keys ? {a:1} : value is mapping Pass
Explicit Key Tests Nested structures as explicit keys ? {a:1} pair count Pass
Explicit Key Tests Nested structures as explicit keys ? {a:1} key is mapping Pass
Explicit Key Tests Nested structures as explicit keys ? {a:1} value is null Pass
Explicit Key Tests Nested structures as explicit keys ? [a,b] : {c:d} is mapping Pass
Explicit Key Tests Nested structures as explicit keys ? [a,b] key is sequence Pass
Explicit Key Tests Nested structures as explicit keys ? [a,b] value is mapping Pass
Explicit Key Tests Nested structures as explicit keys {? [a]: b} is mapping Pass
Explicit Key Tests Nested structures as explicit keys {? [a]: b} key is sequence Pass
Explicit Key Tests Nested structures as explicit keys {? [a]: b} value Pass
Explicit Key Tests Tags on explicit keys ? !!str 123 is mapping Pass
Explicit Key Tests Tags on explicit keys ? !!str 123 key Pass
Explicit Key Tests Tags on explicit keys ? !!str 123 value Pass
Explicit Key Tests Tags on explicit keys ? !tag key is mapping Pass
Explicit Key Tests Tags on explicit keys ? !tag key value Pass
Explicit Key Tests Flow explicit key edge cases {? : v1, ? : v2} parses Pass
Explicit Key Tests Flow explicit key edge cases {? : v1, ? : v2} pair count Pass
Explicit Key Tests Flow explicit key edge cases {?, ?} parses Pass
Explicit Key Tests Flow explicit key edge cases {? , ? } parses Pass
Explicit Key Tests Flow explicit key edge cases [? a:b, ? c:d] is sequence Pass
Explicit Key Tests Flow explicit key edge cases [? a:b, ? c:d] count Pass
Explicit Key Tests Flow explicit key edge cases [? a:b, ? c:d] first is mapping Pass
Explicit Key Tests Flow explicit key edge cases [? a:b, ? c:d] second is mapping Pass
Explicit Key Tests Flow explicit key edge cases [? a, ? b] is sequence Pass
Explicit Key Tests Flow explicit key edge cases [? a, ? b] count Pass
Explicit Key Tests Flow explicit key edge cases [? a, ? b] first is mapping Pass
Explicit Key Tests Flow explicit key edge cases [? a, ? b] second is mapping Pass
Explicit Key Tests Explicit key + block sequence nesting seq of explicit maps is sequence Pass
Explicit Key Tests Explicit key + block sequence nesting seq of explicit maps count Pass
Explicit Key Tests Explicit key + block sequence nesting seq[0] is mapping Pass
Explicit Key Tests Explicit key + block sequence nesting seq[1] is mapping Pass
Explicit Key Tests Explicit key with colons in plain scalars ? a:b:c key Pass
Explicit Key Tests Explicit key with colons in plain scalars ? a:b:c value Pass
Explicit Key Tests Explicit key with colons in plain scalars ? http://... key Pass
Explicit Key Tests Explicit key with colons in plain scalars ? http://... value Pass
Explicit Key Tests Explicit key alias resolution ? &a k : *a is mapping Pass
Explicit Key Tests Explicit key alias resolution ? &a k : *a key Pass
Explicit Key Tests Explicit key alias resolution ? &a k : *a value Pass
Explicit Key Tests Explicit key alias resolution ? &a : *a is mapping Pass
Explicit Key Tests Explicit key alias resolution ? &a null key Pass
Explicit Key Tests Explicit key alias resolution ? &a : *a null value Pass
Explicit Key Tests Indented explicit keys indented ? a : b Pass
Explicit Key Tests Indented explicit keys indented key Pass
Explicit Key Tests Indented explicit keys indented value Pass
Explicit Key Tests Tab rejection in explicit keys ?\t correctly rejected Pass
Explicit Key Tests Misindented explicit value rejection (§8.2.2) ? a / : b correctly rejected Pass
Explicit Key Tests Misindented explicit value rejection (§8.2.2) ? a / : b at col 0 Pass
Explicit Key Tests Misindented explicit value rejection (§8.2.2) ? a / : b value Pass
Explicit Key Tests Misindented explicit value rejection (§8.2.2) nested ? ? a with correct : indents Pass
Explicit Key Tests Same-line explicit key content (§8.2.2) ? : x parses as mapping Pass
Explicit Key Tests Same-line explicit key content (§8.2.2) ? : parses as mapping Pass
Explicit Key Tests Same-line explicit key content (§8.2.2) ? ? : b parses as mapping Pass
Explicit Key Tests Same-line explicit key content (§8.2.2) ? key : val parses Pass
Explicit Key Tests Same-line explicit key content (§8.2.2) ? key / : val parses Pass
Explicit Key Tests Block→flow underindent rejection (§8.1) a: / {b: c} correctly rejected Pass
Explicit Key Tests Block→flow underindent rejection (§8.1) a: / [1, 2] correctly rejected Pass
Explicit Key Tests Block→flow underindent rejection (§8.1) a: / ·{b: c} parses Pass
Explicit Key Tests Block→flow underindent rejection (§8.1) a: / ·[1, 2] parses Pass
Explicit Key Tests Block→flow underindent rejection (§8.1) root {a: 1} parses Pass
Explicit Key Tests Block→flow underindent rejection (§8.1) root [1, 2] parses Pass
Flow Completeness Tests Implicit single-pair entries [a : b] is sequence Pass
Flow Completeness Tests Implicit single-pair entries [a : b] item is mapping Pass
Flow Completeness Tests Implicit single-pair entries [a : b] key Pass
Flow Completeness Tests Implicit single-pair entries [a : b] value Pass
Flow Completeness Tests Implicit single-pair entries [one:1, two:2] is sequence Pass
Flow Completeness Tests Implicit single-pair entries [one:1, two:2] count Pass
Flow Completeness Tests Implicit single-pair entries [one:1] key Pass
Flow Completeness Tests Implicit single-pair entries [one:1] value Pass
Flow Completeness Tests Implicit single-pair entries [two:2] key Pass
Flow Completeness Tests Implicit single-pair entries [two:2] value Pass
Flow Completeness Tests Implicit single-pair entries [key:] is sequence Pass
Flow Completeness Tests Implicit single-pair entries [key:] item is mapping Pass
Flow Completeness Tests Implicit single-pair entries [key:] key Pass
Flow Completeness Tests Implicit single-pair entries [key:] null value Pass
Flow Completeness Tests Implicit single-pair entries [YAML : separate] is sequence Pass
Flow Completeness Tests Implicit single-pair entries [YAML : separate] key Pass
Flow Completeness Tests Implicit single-pair entries [YAML : separate] value Pass
Flow Completeness Tests JSON-like key detection ["JSON like":adjacent] is sequence Pass
Flow Completeness Tests JSON-like key detection ["JSON like":adjacent] is mapping Pass
Flow Completeness Tests JSON-like key detection ["JSON like":adjacent] key Pass
Flow Completeness Tests JSON-like key detection ["JSON like":adjacent] value Pass
Flow Completeness Tests JSON-like key detection ['single':val] is sequence Pass
Flow Completeness Tests JSON-like key detection ['single':val] is mapping Pass
Flow Completeness Tests JSON-like key detection ['single':val] key Pass
Flow Completeness Tests JSON-like key detection ['single':val] value Pass
Flow Completeness Tests JSON-like key detection {"key" :value} is mapping Pass
Flow Completeness Tests JSON-like key detection {"key" :value} key Pass
Flow Completeness Tests JSON-like key detection {"key" :value} value Pass
Flow Completeness Tests JSON-like key detection {"key":value} is mapping Pass
Flow Completeness Tests JSON-like key detection {"key":value} key Pass
Flow Completeness Tests JSON-like key detection {"key":value} value Pass
Flow Completeness Tests Empty implicit keys [: value] is sequence Pass
Flow Completeness Tests Empty implicit keys [: value] is mapping Pass
Flow Completeness Tests Empty implicit keys [: value] null key Pass
Flow Completeness Tests Empty implicit keys [: value] value Pass
Flow Completeness Tests Empty implicit keys [:, a] is sequence Pass
Flow Completeness Tests Empty implicit keys [:, a] count Pass
Flow Completeness Tests Empty implicit keys [:, a] first is mapping Pass
Flow Completeness Tests Empty implicit keys [:] null key Pass
Flow Completeness Tests Empty implicit keys [:] null value Pass
Flow Completeness Tests Multi-line flow scalars {multi line: value} is mapping Pass
Flow Completeness Tests Multi-line flow scalars {multi line: value} key Pass
Flow Completeness Tests Multi-line flow scalars {multi line: value} value Pass
Flow Completeness Tests Multi-line flow scalars {key: multi line} is mapping Pass
Flow Completeness Tests Multi-line flow scalars {key: multi line} key Pass
Flow Completeness Tests Multi-line flow scalars {key: multi line} value Pass
Flow Completeness Tests Multi-line flow scalars [multi line] is sequence Pass
Flow Completeness Tests Multi-line flow scalars [multi line] content Pass
Flow Completeness Tests Mixed flow sequence entries [a, b:c, d] is sequence Pass
Flow Completeness Tests Mixed flow sequence entries [a, b:c, d] count Pass
Flow Completeness Tests Mixed flow sequence entries [a, b:c, d] first is scalar a Pass
Flow Completeness Tests Mixed flow sequence entries [a, b:c, d] second is mapping Pass
Flow Completeness Tests Mixed flow sequence entries [a, b:c, d] second key Pass
Flow Completeness Tests Mixed flow sequence entries [a, b:c, d] second value Pass
Flow Completeness Tests Mixed flow sequence entries [a, b:c, d] third is scalar d Pass
Flow Completeness Tests Mixed flow sequence entries [a, b:c,] is sequence Pass
Flow Completeness Tests Mixed flow sequence entries [a, b:c,] count Pass
Flow Completeness Tests Flow mapping collection keys {[1,2]: pair} is mapping Pass
Flow Completeness Tests Flow mapping collection keys {[1,2]: pair} key is sequence Pass
Flow Completeness Tests Flow mapping collection keys {[1,2]: pair} value Pass
Flow Completeness Tests Flow mapping collection keys {{a:b}: nested} is mapping Pass
Flow Completeness Tests Flow mapping collection keys {{a:b}: nested} key is mapping Pass
Flow Completeness Tests Flow mapping collection keys {{a:b}: nested} value Pass
Flow Completeness Tests Suite regressions 87E4 is sequence Pass
Flow Completeness Tests Suite regressions 87E4 item is mapping Pass
Flow Completeness Tests Suite regressions 87E4 key Pass
Flow Completeness Tests Suite regressions 87E4 value Pass
Flow Completeness Tests Suite regressions L9U5 is sequence Pass
Flow Completeness Tests Suite regressions L9U5 key Pass
Flow Completeness Tests Suite regressions L9U5 value Pass
Flow Completeness Tests Suite regressions LQZ7 is sequence Pass
Flow Completeness Tests Suite regressions LQZ7 key Pass
Flow Completeness Tests Suite regressions LQZ7 value Pass
Flow Completeness Tests Suite regressions QF4Y is sequence Pass
Flow Completeness Tests Suite regressions QF4Y item is mapping Pass
Flow Completeness Tests Suite regressions QF4Y key Pass
Flow Completeness Tests Suite regressions QF4Y value Pass
Flow Completeness Tests Suite regressions 8UDB is sequence Pass
Flow Completeness Tests Suite regressions 8UDB count Pass
Flow Completeness Tests Suite regressions 8KB6 is mapping Pass
Flow Completeness Tests Suite regressions 8KB6 key Pass
Flow Completeness Tests Suite regressions NJ66 is mapping Pass
Flow Completeness Tests Suite regressions NJ66 pair count Pass
Flow Completeness Tests Suite regressions NJ66 first key Pass
Flow Completeness Tests Suite regressions NJ66 second key Pass
Flow Completeness Tests Suite regressions CFD4 is sequence Pass
Flow Completeness Tests Suite regressions CFD4 is mapping Pass
Flow Completeness Tests Suite regressions CFD4 null key Pass
Structural Validation Tests Indentation Properties Indented 0: preserves content Pass
Structural Validation Tests Indentation Properties Indented 0: empty list Pass
Structural Validation Tests Indentation Properties indent 3 + 2 chars: length ≥ 3 Pass
Structural Validation Tests Indentation Properties indent 5 + 0 chars: length ≥ 5 Pass
Structural Validation Tests Indentation Properties indent 10 + 0 chars: length ≥ 10 Pass
Structural Validation Tests Indentation Properties indent 1 + 3 chars: length = 4 Pass
Structural Validation Tests Indentation Properties indent 1 head = ' ' Pass
Structural Validation Tests Indentation Properties indent 4 head = ' ' Pass
Structural Validation Tests Indentation Properties indent 0 head ≠ ' ' (content starts) Pass
Structural Validation Tests Indentation Properties indent 3 prefix Pass
Structural Validation Tests Indentation Properties indent 5 prefix = replicate 5 ' ' Pass
Structural Validation Tests Indentation Properties indent 4 satisfies atLeast 2 Pass
Structural Validation Tests Indentation Properties indent 4 satisfies atLeast 0 Pass
Structural Validation Tests Indentation Properties tab is not indent char Pass
Structural Validation Tests Indentation Properties space is indent char Pass
Structural Validation Tests Indentation Properties indent n adds exactly n chars Pass
Structural Validation Tests Indentation Properties indent 0 adds no chars Pass
Structural Validation Tests ValidNode & ChompStyle Structural ChompStyle strip ≠ clip Pass
Structural Validation Tests ValidNode & ChompStyle Structural ChompStyle strip ≠ keep Pass
Structural Validation Tests ValidNode & ChompStyle Structural ChompStyle clip ≠ keep Pass
Structural Validation Tests ValidNode & ChompStyle Structural ChompStyle exhaustive: strip Pass
Structural Validation Tests ValidNode & ChompStyle Structural ChompStyle exhaustive: clip Pass
Structural Validation Tests ValidNode & ChompStyle Structural ChompStyle exhaustive: keep Pass
Structural Validation Tests ValidNode & ChompStyle Structural ChompStyle decidable eq Pass
Structural Validation Tests ValidNode & ChompStyle Structural plain scalar → .plain style Pass
Structural Validation Tests ValidNode & ChompStyle Structural double-quoted → .doubleQuoted style Pass
Structural Validation Tests ValidNode & ChompStyle Structural single-quoted → .singleQuoted style Pass
Structural Validation Tests ValidNode & ChompStyle Structural literal → .literal style Pass
Structural Validation Tests ValidNode & ChompStyle Structural folded → .folded style Pass
Structural Validation Tests Validation Integration accept: simple scalar Pass
Structural Validation Tests Validation Integration accept: simple mapping Pass
Structural Validation Tests Validation Integration accept: simple sequence Pass
Structural Validation Tests Validation Integration accept: flow sequence Pass
Structural Validation Tests Validation Integration accept: flow mapping Pass
Structural Validation Tests Validation Integration accept: multi-doc Pass
Structural Validation Tests Validation Integration accept: document end marker Pass
Structural Validation Tests Validation Integration accept: double-quoted scalar Pass
Structural Validation Tests Validation Integration accept: single-quoted scalar Pass
Structural Validation Tests Validation Integration accept: literal block scalar Pass
Structural Validation Tests Validation Integration accept: nested mapping Pass
Structural Validation Tests Validation Integration accept: empty document Pass
Structural Validation Tests Validation Integration reject: tab in indentation Pass
Structural Validation Tests Validation Integration reject: trailing content after flow seq Pass
Structural Validation Tests Validation Integration reject: trailing content after flow map Pass
Structural Validation Tests Block Scalar Contracts '-' is header char Pass
Structural Validation Tests Block Scalar Contracts '+' is header char Pass
Structural Validation Tests Block Scalar Contracts '1' is header char Pass
Structural Validation Tests Block Scalar Contracts '9' is header char Pass
Structural Validation Tests Block Scalar Contracts '5' is header char Pass
Structural Validation Tests Block Scalar Contracts '0' is NOT header char Pass
Structural Validation Tests Block Scalar Contracts '\n' is NOT header char Pass
Structural Validation Tests Block Scalar Contracts ' ' is NOT header char Pass
Structural Validation Tests Block Scalar Contracts '\t' is NOT header char Pass
Structural Validation Tests Block Scalar Contracts 'a' is NOT header char Pass
Structural Validation Tests Block Scalar Contracts '#' is NOT header char Pass
Structural Validation Tests Block Scalar Contracts extract empty = ([], []) Pass
Structural Validation Tests Block Scalar Contracts extract '-' = (['-'], []) Pass
Structural Validation Tests Block Scalar Contracts extract '-2' = (['-','2'], []) Pass
Structural Validation Tests Block Scalar Contracts extract '\n' = ([], ['\n']) Pass
Structural Validation Tests Block Scalar Contracts extract '\nxy' preserves tail Pass
Structural Validation Tests Block Scalar Contracts extract '2-\n' = (['2','-'], ['\n']) Pass
Structural Validation Tests Block Scalar Contracts literal block: no contract violation Pass
Structural Validation Tests Block Scalar Contracts folded block: no contract violation Pass
Structural Validation Tests Block Scalar Contracts literal block with chomp strip Pass
Structural Validation Tests Block Scalar Contracts literal block with chomp keep Pass
Structural Validation Tests Block Scalar Contracts literal block with explicit indent Pass
Structural Validation Tests Block Scalar Contracts folded block with chomp+indent Pass
Structural Validation Tests Block Scalar Contracts literal block: plain header (no indicators) Pass
Structural Validation Tests Block Scalar Contracts peek-before-consume: newline not consumed by header loop Pass
Structural Validation Tests Block Scalar Contracts peek-before-consume: space not consumed by header loop Pass
Structural Validation Tests Block Scalar Contracts peek-before-consume: comment after indicator Pass
Structural Validation Tests Flow Structure Errors reject: extra closing bracket (4H7K) Pass
Structural Validation Tests Flow Structure Errors reject: content after closing brace (62EZ) Pass
Structural Validation Tests Flow Structure Errors reject: unclosed flow sequence (6JTT) Pass
Structural Validation Tests Flow Structure Errors reject: comment without space after ] (9JBA) Pass
Structural Validation Tests Flow Structure Errors reject: leading comma in flow seq (9MAG) Pass
Structural Validation Tests Flow Structure Errors reject: multiline flow mapping key (C2SP) Pass
Structural Validation Tests Flow Structure Errors reject: double comma in flow seq (CTN5) Pass
Structural Validation Tests Flow Structure Errors reject: comment without space after comma (CVW2) Pass
Structural Validation Tests Flow Structure Errors reject: implicit key colon on next line (DK4H) Pass
Structural Validation Tests Flow Structure Errors reject: content after closed flow seq (KS4U) Pass
Structural Validation Tests Flow Structure Errors reject: block item after flow map (P2EQ) Pass
Structural Validation Tests Flow Structure Errors reject: missing comma in flow mapping (T833) Pass
Structural Validation Tests Flow Structure Errors reject: colon-value on next line after quoted key (ZXT5) Pass
Dump Round-Trip Tests Structural properties plain scalar → content itself Pass
Dump Round-Trip Tests Structural properties empty string → double-quoted "" Pass
Dump Round-Trip Tests Structural properties reserved 'true' → auto-quoted Pass
Dump Round-Trip Tests Structural properties reserved 'null' → auto-quoted Pass
Dump Round-Trip Tests Structural properties reserved 'yes' → auto-quoted Pass
Dump Round-Trip Tests Structural properties empty flow sequence → [] Pass
Dump Round-Trip Tests Structural properties empty flow mapping → {} Pass
Dump Round-Trip Tests Structural properties empty block sequence → [] (degenerate) Pass
Dump Round-Trip Tests Structural properties empty block mapping → {} (degenerate) Pass
Dump Round-Trip Tests Structural properties alias → *name Pass
Dump Round-Trip Tests Structural properties plain scalar output non-empty Pass
Dump Round-Trip Tests Structural properties empty scalar output non-empty (quotes) Pass
Dump Round-Trip Tests Structural properties flow sequence output non-empty Pass
Dump Round-Trip Tests Structural properties flow mapping output non-empty Pass
Dump Round-Trip Tests Content analysis (isPlainSafe) simple word is plain-safe Pass
Dump Round-Trip Tests Content analysis (isPlainSafe) number is plain-safe Pass
Dump Round-Trip Tests Content analysis (isPlainSafe) mixed alphanum is plain-safe Pass
Dump Round-Trip Tests Content analysis (isPlainSafe) interior space is plain-safe Pass
Dump Round-Trip Tests Content analysis (isPlainSafe) empty string not plain-safe Pass
Dump Round-Trip Tests Content analysis (isPlainSafe) leading space not plain-safe Pass
Dump Round-Trip Tests Content analysis (isPlainSafe) trailing space not plain-safe Pass
Dump Round-Trip Tests Content analysis (isPlainSafe) newline not plain-safe Pass
Dump Round-Trip Tests Content analysis (isPlainSafe) ': ' (colon-space) not plain-safe Pass
Dump Round-Trip Tests Content analysis (isPlainSafe) ' #' (space-hash) not plain-safe Pass
Dump Round-Trip Tests Content analysis (isPlainSafe) '{' not plain-safe Pass
Dump Round-Trip Tests Content analysis (isPlainSafe) '[' not plain-safe Pass
Dump Round-Trip Tests Content analysis (isPlainSafe) 'true' not plain-safe Pass
Dump Round-Trip Tests Content analysis (isPlainSafe) 'false' not plain-safe Pass
Dump Round-Trip Tests Content analysis (isPlainSafe) 'null' not plain-safe Pass
Dump Round-Trip Tests Content analysis (isPlainSafe) '~' not plain-safe Pass
Dump Round-Trip Tests Content analysis (isPlainSafe) 'Yes' not plain-safe Pass
Dump Round-Trip Tests Content analysis (isPlainSafe) 'NO' not plain-safe Pass
Dump Round-Trip Tests Content analysis (isPlainSafe) '-item' not plain-safe Pass
Dump Round-Trip Tests Content analysis (isPlainSafe) '?key' not plain-safe Pass
Dump Round-Trip Tests Content analysis (isPlainSafe) ':val' not plain-safe Pass
Dump Round-Trip Tests Content analysis (isPlainSafe) '&anchor' not plain-safe Pass
Dump Round-Trip Tests Content analysis (isPlainSafe) '*alias' not plain-safe Pass
Dump Round-Trip Tests Content analysis (isPlainSafe) '!tag' not plain-safe Pass
Dump Round-Trip Tests Content analysis (isPlainSafe) '|literal' not plain-safe Pass
Dump Round-Trip Tests Content analysis (isPlainSafe) '>folded' not plain-safe Pass
Dump Round-Trip Tests Content analysis (isPlainSafe) single-quote leader not plain-safe Pass
Dump Round-Trip Tests Content analysis (isPlainSafe) double-quote leader not plain-safe Pass
Dump Round-Trip Tests Content analysis (isPlainSafe) '%directive' not plain-safe Pass
Dump Round-Trip Tests Content analysis (isPlainSafe) '@reserved' not plain-safe Pass
Dump Round-Trip Tests Content analysis (isPlainSafe) '`reserved' not plain-safe Pass
Dump Round-Trip Tests Style preservation config doubleQuoted forces quoting Pass
Dump Round-Trip Tests Style preservation config singleQuoted forces quoting Pass
Dump Round-Trip Tests Style preservation singleQuoted falls back to double for newlines Pass
Dump Round-Trip Tests Style preservation literal block scalar honored Pass
Dump Round-Trip Tests Style preservation folded block scalar honored Pass
Dump Round-Trip Tests Style preservation literal strip chomp (|-) Pass
Dump Round-Trip Tests Style preservation literal keep chomp (|+) Pass
Dump Round-Trip Tests Style preservation config flow overrides block sequence Pass
Dump Round-Trip Tests Style preservation config flow overrides block mapping Pass
Dump Round-Trip Tests Style preservation flow annotation preserved with block config Pass
Dump Round-Trip Tests Style preservation anchor emitted Pass
Dump Round-Trip Tests Style preservation tag emitted Pass
Dump Round-Trip Tests Style preservation tag + anchor both emitted Pass
Dump Round-Trip Tests Dump→Parse round-trip plain 'hello' round-trips Pass
Dump Round-Trip Tests Dump→Parse round-trip plain 'two words' round-trips Pass
Dump Round-Trip Tests Dump→Parse round-trip plain '123' round-trips Pass
Dump Round-Trip Tests Dump→Parse round-trip reserved 'true' round-trips Pass
Dump Round-Trip Tests Dump→Parse round-trip reserved 'false' round-trips Pass
Dump Round-Trip Tests Dump→Parse round-trip reserved 'null' round-trips Pass
Dump Round-Trip Tests Dump→Parse round-trip reserved 'yes' round-trips Pass
Dump Round-Trip Tests Dump→Parse round-trip reserved '~' round-trips Pass
Dump Round-Trip Tests Dump→Parse round-trip empty string round-trips Pass
Dump Round-Trip Tests Dump→Parse round-trip 'key: value' round-trips Pass
Dump Round-Trip Tests Dump→Parse round-trip 'has #comment' round-trips Pass
Dump Round-Trip Tests Dump→Parse round-trip '{flow}' round-trips Pass
Dump Round-Trip Tests Dump→Parse round-trip '[array]' round-trips Pass
Dump Round-Trip Tests Dump→Parse round-trip double-quoted config round-trips Pass
Dump Round-Trip Tests Dump→Parse round-trip single-quoted config round-trips Pass
Dump Round-Trip Tests Dump→Parse round-trip empty flow seq round-trips Pass
Dump Round-Trip Tests Dump→Parse round-trip flow seq [a] round-trips Pass
Dump Round-Trip Tests Dump→Parse round-trip flow seq [a, b] round-trips Pass
Dump Round-Trip Tests Dump→Parse round-trip empty flow map round-trips Pass
Dump Round-Trip Tests Dump→Parse round-trip flow map {k: v} round-trips Pass
Dump Round-Trip Tests Dump→Parse round-trip flow map 2 pairs round-trips Pass
Dump Round-Trip Tests Dump→Parse round-trip block seq [a] round-trips Pass
Dump Round-Trip Tests Dump→Parse round-trip block seq [a, b] round-trips Pass
Dump Round-Trip Tests Dump→Parse round-trip block map {key: val} round-trips Pass
Dump Round-Trip Tests Dump→Parse round-trip block map 2 pairs round-trips Pass
Dump Round-Trip Tests Dump→Parse round-trip mapping with seq value round-trips Pass
Dump Round-Trip Tests Dump→Parse round-trip nested mapping round-trips Pass
Dump Round-Trip Tests Dump→Parse round-trip mixed block/flow round-trips Pass
Dump Round-Trip Tests Dump→Parse round-trip nested flow round-trips Pass
Dump Round-Trip Tests Dump→Parse round-trip tab escape round-trips Pass
Dump Round-Trip Tests Dump→Parse round-trip backslash round-trips Pass
Dump Round-Trip Tests Dump→Parse round-trip embedded quotes round-trips Pass
Dump Round-Trip Tests Dump→Parse round-trip flow config on block seq round-trips Pass
Dump Round-Trip Tests Dump→Parse round-trip flow config on block map round-trips Pass
Dump Round-Trip Tests Dump→Parse round-trip custom indent round-trips Pass
Dump Round-Trip Tests Document dump dumpDirective YAML Pass
Dump Round-Trip Tests Document dump dumpDirective TAG Pass
Dump Round-Trip Tests Document dump document no directives Pass
Dump Round-Trip Tests Document dump document with YAML directive Pass
Dump Round-Trip Tests Document dump document multiple directives Pass
Dump Round-Trip Tests Document dump dumpDocuments empty Pass
Dump Round-Trip Tests Document dump dumpDocuments single Pass
Dump Round-Trip Tests Document dump dumpDocuments two → ---/... Pass
Dump Round-Trip Tests Document dump dumpDocuments three Pass
Dump Round-Trip Tests Flow-context edge cases (v0.2.13.4) flow seq: colon in value quotes Pass
Dump Round-Trip Tests Flow-context edge cases (v0.2.13.4) flow seq: trailing colon quotes Pass
Dump Round-Trip Tests Flow-context edge cases (v0.2.13.4) flow map: colon in value quotes Pass
Dump Round-Trip Tests Flow-context edge cases (v0.2.13.4) flow seq: key:value pattern quotes Pass
Dump Round-Trip Tests Flow-context edge cases (v0.2.13.4) flow map: colon-only value quotes Pass
Dump Round-Trip Tests Flow-context edge cases (v0.2.13.4) block seq in flow map → flow Pass
Dump Round-Trip Tests Flow-context edge cases (v0.2.13.4) block map in flow seq → flow Pass
Dump Round-Trip Tests Flow-context edge cases (v0.2.13.4) block-in-flow-in-block round-trip Pass
Dump Round-Trip Tests Flow-context edge cases (v0.2.13.4) block seq in flow renders as flow brackets Pass
Dump Round-Trip Tests Flow-context edge cases (v0.2.13.4) flow seq: multiline scalar double-quoted Pass
Dump Round-Trip Tests Flow-context edge cases (v0.2.13.4) flow seq: trailing dash quotes Pass
Dump Round-Trip Tests Flow-context edge cases (v0.2.13.4) flow config forces all to flow Pass
Dump Round-Trip Tests Flow-context edge cases (v0.2.13.4) flow seq: hash in value quotes Pass
Dump Round-Trip Tests Flow-context edge cases (v0.2.13.4) block seq: trailing colon quotes Pass
Dump Round-Trip Tests Flow-context edge cases (v0.2.13.4) block map key: trailing colon quotes Pass
Raw Parse / Compose Tests Raw parse preserves aliases alias node preserved in raw Pass
Raw Parse / Compose Tests Raw parse preserves aliases alias name is 'val' Pass
Raw Parse / Compose Tests Raw parse preserves aliases alias in sequence preserved Pass
Raw Parse / Compose Tests Raw parse preserves aliases second element is alias Pass
Raw Parse / Compose Tests Raw parse preserves aliases flow alias preserved Pass
Raw Parse / Compose Tests Raw parse preserves anchor fields scalar anchor field set Pass
Raw Parse / Compose Tests Raw parse preserves anchor fields sequence anchor field set Pass
Raw Parse / Compose Tests Raw parse preserves anchor fields flow mapping anchor field set Pass
Raw Parse / Compose Tests Raw parse captures anchor map anchor map non-empty Pass
Raw Parse / Compose Tests Raw parse captures anchor map anchor map has 'anchor' Pass
Raw Parse / Compose Tests Raw parse captures anchor map anchor map has 2+ entries Pass
Raw Parse / Compose Tests Raw parse captures anchor map anchor map has 'x' Pass
Raw Parse / Compose Tests Raw parse captures anchor map anchor map has 'y' Pass
Raw Parse / Compose Tests Raw parse captures anchor map anchor map value has no aliases Pass
Raw Parse / Compose Tests Compose resolves aliases composed has no aliases Pass
Raw Parse / Compose Tests Compose resolves aliases alias resolved to value Pass
Raw Parse / Compose Tests Compose resolves aliases compose matches parseYamlSingle Pass
Raw Parse / Compose Tests Compose strips anchors raw tree has anchor fields Pass
Raw Parse / Compose Tests Compose strips anchors composed tree has no anchor fields Pass
Raw Parse / Compose Tests Compose strips anchors composed anchor map is empty Pass
Raw Parse / Compose Tests Raw dump preserves anchors/aliases dump contains &val Pass
Raw Parse / Compose Tests Raw dump preserves anchors/aliases dump contains *val Pass
Raw Parse / Compose Tests Raw dump preserves anchors/aliases dump contains &seq Pass
Raw Parse / Compose Tests Composed dump is clean composed dump has no & Pass
Raw Parse / Compose Tests Composed dump is clean composed dump has no * Pass
Raw Parse / Compose Tests Composed dump is clean composed dump has 'hello' twice Pass
Raw Parse / Compose Tests Multi-doc anchor scoping (raw) two documents parsed Pass
Raw Parse / Compose Tests Multi-doc anchor scoping (raw) doc0 anchor 'a' = hello Pass
Raw Parse / Compose Tests Multi-doc anchor scoping (raw) doc1 anchor 'a' = world Pass
YAML 1.2.2 Spec Examples §2 Spec Examples Example example-2.1 Pass
YAML 1.2.2 Spec Examples §2 Spec Examples Example example-2.10 Pass
YAML 1.2.2 Spec Examples §2 Spec Examples Example example-2.11 Pass
YAML 1.2.2 Spec Examples §2 Spec Examples Example example-2.12 Pass
YAML 1.2.2 Spec Examples §2 Spec Examples Example example-2.13 Pass
YAML 1.2.2 Spec Examples §2 Spec Examples Example example-2.14 Pass
YAML 1.2.2 Spec Examples §2 Spec Examples Example example-2.15 Pass
YAML 1.2.2 Spec Examples §2 Spec Examples Example example-2.16 Pass
YAML 1.2.2 Spec Examples §2 Spec Examples Example example-2.17 Pass
YAML 1.2.2 Spec Examples §2 Spec Examples Example example-2.18 Pass
YAML 1.2.2 Spec Examples §2 Spec Examples Example example-2.19 Pass
YAML 1.2.2 Spec Examples §2 Spec Examples Example example-2.2 Pass
YAML 1.2.2 Spec Examples §2 Spec Examples Example example-2.20 Pass
YAML 1.2.2 Spec Examples §2 Spec Examples Example example-2.21 Pass
YAML 1.2.2 Spec Examples §2 Spec Examples Example example-2.22 Pass
YAML 1.2.2 Spec Examples §2 Spec Examples Example example-2.23 Pass
YAML 1.2.2 Spec Examples §2 Spec Examples Example example-2.24 Pass
YAML 1.2.2 Spec Examples §2 Spec Examples Example example-2.25 Pass
YAML 1.2.2 Spec Examples §2 Spec Examples Example example-2.26 Pass
YAML 1.2.2 Spec Examples §2 Spec Examples Example example-2.27 Pass
YAML 1.2.2 Spec Examples §2 Spec Examples Example example-2.28 Pass
YAML 1.2.2 Spec Examples §2 Spec Examples Example example-2.3 Pass
YAML 1.2.2 Spec Examples §2 Spec Examples Example example-2.4 Pass
YAML 1.2.2 Spec Examples §2 Spec Examples Example example-2.5 Pass
YAML 1.2.2 Spec Examples §2 Spec Examples Example example-2.6 Pass
YAML 1.2.2 Spec Examples §2 Spec Examples Example example-2.7 Pass
YAML 1.2.2 Spec Examples §2 Spec Examples Example example-2.8 Pass
YAML 1.2.2 Spec Examples §2 Spec Examples Example example-2.9 Pass
YAML 1.2.2 Spec Examples §5 Spec Examples Example example-5.1 Pass
YAML 1.2.2 Spec Examples §5 Spec Examples Example example-5.10 Pass
YAML 1.2.2 Spec Examples §5 Spec Examples Example example-5.11 Pass
YAML 1.2.2 Spec Examples §5 Spec Examples Example example-5.12 Pass
YAML 1.2.2 Spec Examples §5 Spec Examples Example example-5.13 Pass
YAML 1.2.2 Spec Examples §5 Spec Examples Example example-5.14 Pass
YAML 1.2.2 Spec Examples §5 Spec Examples Example example-5.2 Pass
YAML 1.2.2 Spec Examples §5 Spec Examples Example example-5.3 Pass
YAML 1.2.2 Spec Examples §5 Spec Examples Example example-5.4 Pass
YAML 1.2.2 Spec Examples §5 Spec Examples Example example-5.5 Pass
YAML 1.2.2 Spec Examples §5 Spec Examples Example example-5.6 Pass
YAML 1.2.2 Spec Examples §5 Spec Examples Example example-5.7 Pass
YAML 1.2.2 Spec Examples §5 Spec Examples Example example-5.8 Pass
YAML 1.2.2 Spec Examples §5 Spec Examples Example example-5.9 Pass
YAML 1.2.2 Spec Examples §6 Spec Examples Example example-6.1 Pass
YAML 1.2.2 Spec Examples §6 Spec Examples Example example-6.10 Pass
YAML 1.2.2 Spec Examples §6 Spec Examples Example example-6.11 Pass
YAML 1.2.2 Spec Examples §6 Spec Examples Example example-6.12 Pass
YAML 1.2.2 Spec Examples §6 Spec Examples Example example-6.13 Pass
YAML 1.2.2 Spec Examples §6 Spec Examples Example example-6.14 Pass
YAML 1.2.2 Spec Examples §6 Spec Examples Example example-6.15 Pass
YAML 1.2.2 Spec Examples §6 Spec Examples Example example-6.16 Pass
YAML 1.2.2 Spec Examples §6 Spec Examples Example example-6.17 Pass
YAML 1.2.2 Spec Examples §6 Spec Examples Example example-6.18 Pass
YAML 1.2.2 Spec Examples §6 Spec Examples Example example-6.19 Pass
YAML 1.2.2 Spec Examples §6 Spec Examples Example example-6.2 Pass
YAML 1.2.2 Spec Examples §6 Spec Examples Example example-6.20 Pass
YAML 1.2.2 Spec Examples §6 Spec Examples Example example-6.21 Pass
YAML 1.2.2 Spec Examples §6 Spec Examples Example example-6.22 Pass
YAML 1.2.2 Spec Examples §6 Spec Examples Example example-6.23 Pass
YAML 1.2.2 Spec Examples §6 Spec Examples Example example-6.24 Pass
YAML 1.2.2 Spec Examples §6 Spec Examples Example example-6.25 Pass
YAML 1.2.2 Spec Examples §6 Spec Examples Example example-6.26 Pass
YAML 1.2.2 Spec Examples §6 Spec Examples Example example-6.27 Pass
YAML 1.2.2 Spec Examples §6 Spec Examples Example example-6.28 Pass
YAML 1.2.2 Spec Examples §6 Spec Examples Example example-6.29 Pass
YAML 1.2.2 Spec Examples §6 Spec Examples Example example-6.3 Pass
YAML 1.2.2 Spec Examples §6 Spec Examples Example example-6.4 Pass
YAML 1.2.2 Spec Examples §6 Spec Examples Example example-6.5 Pass
YAML 1.2.2 Spec Examples §6 Spec Examples Example example-6.6 Pass
YAML 1.2.2 Spec Examples §6 Spec Examples Example example-6.7 Pass
YAML 1.2.2 Spec Examples §6 Spec Examples Example example-6.8 Pass
YAML 1.2.2 Spec Examples §6 Spec Examples Example example-6.9 Pass
YAML 1.2.2 Spec Examples §7 Spec Examples Example example-7.1 Pass
YAML 1.2.2 Spec Examples §7 Spec Examples Example example-7.10 Pass
YAML 1.2.2 Spec Examples §7 Spec Examples Example example-7.11 Pass
YAML 1.2.2 Spec Examples §7 Spec Examples Example example-7.12 Pass
YAML 1.2.2 Spec Examples §7 Spec Examples Example example-7.13 Pass
YAML 1.2.2 Spec Examples §7 Spec Examples Example example-7.14 Pass
YAML 1.2.2 Spec Examples §7 Spec Examples Example example-7.15 Pass
YAML 1.2.2 Spec Examples §7 Spec Examples Example example-7.16 Pass
YAML 1.2.2 Spec Examples §7 Spec Examples Example example-7.17 Pass
YAML 1.2.2 Spec Examples §7 Spec Examples Example example-7.18 Pass
YAML 1.2.2 Spec Examples §7 Spec Examples Example example-7.19 Pass
YAML 1.2.2 Spec Examples §7 Spec Examples Example example-7.2 Pass
YAML 1.2.2 Spec Examples §7 Spec Examples Example example-7.20 Pass
YAML 1.2.2 Spec Examples §7 Spec Examples Example example-7.21 Pass
YAML 1.2.2 Spec Examples §7 Spec Examples Example example-7.22 Pass
YAML 1.2.2 Spec Examples §7 Spec Examples Example example-7.23 Pass
YAML 1.2.2 Spec Examples §7 Spec Examples Example example-7.24 Pass
YAML 1.2.2 Spec Examples §7 Spec Examples Example example-7.3 Pass
YAML 1.2.2 Spec Examples §7 Spec Examples Example example-7.4 Pass
YAML 1.2.2 Spec Examples §7 Spec Examples Example example-7.5 Pass
YAML 1.2.2 Spec Examples §7 Spec Examples Example example-7.6 Pass
YAML 1.2.2 Spec Examples §7 Spec Examples Example example-7.7 Pass
YAML 1.2.2 Spec Examples §7 Spec Examples Example example-7.8 Pass
YAML 1.2.2 Spec Examples §7 Spec Examples Example example-7.9 Pass
YAML 1.2.2 Spec Examples §8 Spec Examples Example example-8.1 Pass
YAML 1.2.2 Spec Examples §8 Spec Examples Example example-8.10 Pass
YAML 1.2.2 Spec Examples §8 Spec Examples Example example-8.11 Pass
YAML 1.2.2 Spec Examples §8 Spec Examples Example example-8.12 Pass
YAML 1.2.2 Spec Examples §8 Spec Examples Example example-8.13 Pass
YAML 1.2.2 Spec Examples §8 Spec Examples Example example-8.14 Pass
YAML 1.2.2 Spec Examples §8 Spec Examples Example example-8.15 Pass
YAML 1.2.2 Spec Examples §8 Spec Examples Example example-8.16 Pass
YAML 1.2.2 Spec Examples §8 Spec Examples Example example-8.17 Pass
YAML 1.2.2 Spec Examples §8 Spec Examples Example example-8.18 Pass
YAML 1.2.2 Spec Examples §8 Spec Examples Example example-8.19 Pass
YAML 1.2.2 Spec Examples §8 Spec Examples Example example-8.2 Pass
YAML 1.2.2 Spec Examples §8 Spec Examples Example example-8.20 Pass
YAML 1.2.2 Spec Examples §8 Spec Examples Example example-8.21 Pass
YAML 1.2.2 Spec Examples §8 Spec Examples Example example-8.22 Pass
YAML 1.2.2 Spec Examples §8 Spec Examples Example example-8.3 Pass
YAML 1.2.2 Spec Examples §8 Spec Examples Example example-8.4 Pass
YAML 1.2.2 Spec Examples §8 Spec Examples Example example-8.5 Pass
YAML 1.2.2 Spec Examples §8 Spec Examples Example example-8.6 Pass
YAML 1.2.2 Spec Examples §8 Spec Examples Example example-8.7 Pass
YAML 1.2.2 Spec Examples §8 Spec Examples Example example-8.8 Pass
YAML 1.2.2 Spec Examples §8 Spec Examples Example example-8.9 Pass
YAML 1.2.2 Spec Examples §9 Spec Examples Example example-9.1 Pass
YAML 1.2.2 Spec Examples §9 Spec Examples Example example-9.2 Pass
YAML 1.2.2 Spec Examples §9 Spec Examples Example example-9.3 Pass
YAML 1.2.2 Spec Examples §9 Spec Examples Example example-9.4 Pass
YAML 1.2.2 Spec Examples §9 Spec Examples Example example-9.5 Pass
YAML 1.2.2 Spec Examples §9 Spec Examples Example example-9.6 Pass
YAML 1.2.2 Spec Examples §10 Spec Examples Example example-10.1 Pass
YAML 1.2.2 Spec Examples §10 Spec Examples Example example-10.2 Pass
YAML 1.2.2 Spec Examples §10 Spec Examples Example example-10.3 Pass
YAML 1.2.2 Spec Examples §10 Spec Examples Example example-10.4 Pass
YAML 1.2.2 Spec Examples §10 Spec Examples Example example-10.5 Pass
YAML 1.2.2 Spec Examples §10 Spec Examples Example example-10.6 Pass
YAML 1.2.2 Spec Examples §10 Spec Examples Example example-10.7 Pass
YAML 1.2.2 Spec Examples §10 Spec Examples Example example-10.8 Pass
YAML 1.2.2 Spec Examples §10 Spec Examples Example example-10.9 Pass
Schema ↔ Dump Integration Primitive serialization Bool true → "true" (auto-quoted) Pass
Schema ↔ Dump Integration Primitive serialization Bool false → "false" (auto-quoted) Pass
Schema ↔ Dump Integration Primitive serialization Nat 0 → 0 Pass
Schema ↔ Dump Integration Primitive serialization Nat 42 → 42 Pass
Schema ↔ Dump Integration Primitive serialization Nat 999 → 999 Pass
Schema ↔ Dump Integration Primitive serialization Int -7 → "-7" (auto-quoted) Pass
Schema ↔ Dump Integration Primitive serialization Int 100 → 100 Pass
Schema ↔ Dump Integration Primitive serialization Int 0 → 0 Pass
Schema ↔ Dump Integration Primitive serialization String simple → plain Pass
Schema ↔ Dump Integration Primitive serialization String with space → plain Pass
Schema ↔ Dump Integration Primitive serialization String empty → "" Pass
Schema ↔ Dump Integration Primitive serialization String colon-space → quoted Pass
Schema ↔ Dump Integration Primitive serialization Unit → "null" (auto-quoted) Pass
Schema ↔ Dump Integration Collection serialization Array String [a,b] → block sequence Pass
Schema ↔ Dump Integration Collection serialization Array String [x] → singleton block Pass
Schema ↔ Dump Integration Collection serialization Array String [] → [] Pass
Schema ↔ Dump Integration Collection serialization List String [a,b] → block sequence Pass
Schema ↔ Dump Integration Collection serialization Nested Array → nested block Pass
Schema ↔ Dump Integration Collection serialization Array Nat [1,2,3] → block sequence Pass
Schema ↔ Dump Integration Collection serialization Array Bool → block with auto-quoting Pass
Schema ↔ Dump Integration Option serialization some String → plain scalar Pass
Schema ↔ Dump Integration Option serialization none String → "null" (auto-quoted) Pass
Schema ↔ Dump Integration Option serialization some Nat → plain scalar Pass
Schema ↔ Dump Integration Option serialization none Nat → "null" (auto-quoted) Pass
Schema ↔ Dump Integration Option serialization some Bool → auto-quoted Pass
Schema ↔ Dump Integration Content round-trip (dump→parse→contentEq) Bool true round-trips Pass
Schema ↔ Dump Integration Content round-trip (dump→parse→contentEq) Bool false round-trips Pass
Schema ↔ Dump Integration Content round-trip (dump→parse→contentEq) Nat 0 round-trips Pass
Schema ↔ Dump Integration Content round-trip (dump→parse→contentEq) Nat 42 round-trips Pass
Schema ↔ Dump Integration Content round-trip (dump→parse→contentEq) Nat 999 round-trips Pass
Schema ↔ Dump Integration Content round-trip (dump→parse→contentEq) Int -7 round-trips Pass
Schema ↔ Dump Integration Content round-trip (dump→parse→contentEq) Int 100 round-trips Pass
Schema ↔ Dump Integration Content round-trip (dump→parse→contentEq) String simple round-trips Pass
Schema ↔ Dump Integration Content round-trip (dump→parse→contentEq) String with space round-trips Pass
Schema ↔ Dump Integration Content round-trip (dump→parse→contentEq) String empty round-trips Pass
Schema ↔ Dump Integration Content round-trip (dump→parse→contentEq) String colon-space round-trips Pass
Schema ↔ Dump Integration Content round-trip (dump→parse→contentEq) String has #comment round-trips Pass
Schema ↔ Dump Integration Content round-trip (dump→parse→contentEq) String {flow} round-trips Pass
Schema ↔ Dump Integration Content round-trip (dump→parse→contentEq) String [array] round-trips Pass
Schema ↔ Dump Integration Content round-trip (dump→parse→contentEq) Unit round-trips Pass
Schema ↔ Dump Integration Content round-trip (dump→parse→contentEq) Array [a,b] round-trips Pass
Schema ↔ Dump Integration Content round-trip (dump→parse→contentEq) Array [x] round-trips Pass
Schema ↔ Dump Integration Content round-trip (dump→parse→contentEq) Array [] round-trips Pass
Schema ↔ Dump Integration Content round-trip (dump→parse→contentEq) List [a,b] round-trips Pass
Schema ↔ Dump Integration Content round-trip (dump→parse→contentEq) Nested arrays round-trip Pass
Schema ↔ Dump Integration Content round-trip (dump→parse→contentEq) Option some String round-trips Pass
Schema ↔ Dump Integration Content round-trip (dump→parse→contentEq) Option some Nat round-trips Pass
Schema ↔ Dump Integration Typed round-trip (α→String→α) Bool true → String → Bool Pass
Schema ↔ Dump Integration Typed round-trip (α→String→α) Bool false → String → Bool Pass
Schema ↔ Dump Integration Typed round-trip (α→String→α) Nat 42 → String → Nat Pass
Schema ↔ Dump Integration Typed round-trip (α→String→α) Nat 0 → String → Nat Pass
Schema ↔ Dump Integration Typed round-trip (α→String→α) Int 100 → String → Int Pass
Schema ↔ Dump Integration Typed round-trip (α→String→α) Int -7 → String → Int Pass
Schema ↔ Dump Integration Typed round-trip (α→String→α) String hello → String → String Pass
Schema ↔ Dump Integration Typed round-trip (α→String→α) String colon-space → String → String Pass
Schema ↔ Dump Integration Typed round-trip (α→String→α) Unit → String → Unit Pass
Schema ↔ Dump Integration Document serialization dumpTypedDocument Nat no directives Pass
Schema ↔ Dump Integration Document serialization dumpTypedDocument Nat with YAML directive Pass
Schema ↔ Dump Integration Document serialization dumpTypedDocument String with directive Pass
Schema ↔ Dump Integration Document serialization dumpTypedDocuments empty Pass
Schema ↔ Dump Integration Document serialization dumpTypedDocuments single Pass
Schema ↔ Dump Integration Document serialization dumpTypedDocuments two Pass
Schema ↔ Dump Integration Config variations double-quoted config Pass
Schema ↔ Dump Integration Config variations single-quoted config Pass
Schema ↔ Dump Integration Config variations custom indent array Pass
Schema ↔ Dump Integration Config variations double-quoted round-trips Pass
Schema ↔ Dump Integration Config variations single-quoted round-trips Pass
Schema ↔ Dump Integration Config variations indent 4 array round-trips Pass
Scanner & TokenParser Tests (Phase 9) Scanner basics empty input scans Pass
Scanner & TokenParser Tests (Phase 9) Scanner basics empty produces 2 tokens Pass
Scanner & TokenParser Tests (Phase 9) Scanner basics whitespace only Pass
Scanner & TokenParser Tests (Phase 9) Scanner basics comment only Pass
Scanner & TokenParser Tests (Phase 9) Scanner basics streamStart is first Pass
Scanner & TokenParser Tests (Phase 9) Scanner basics streamEnd is last Pass
Scanner & TokenParser Tests (Phase 9) Plain scalars simple word Pass
Scanner & TokenParser Tests (Phase 9) Plain scalars plain style Pass
Scanner & TokenParser Tests (Phase 9) Plain scalars plain with spaces Pass
Scanner & TokenParser Tests (Phase 9) Quoted scalars double-quoted content Pass
Scanner & TokenParser Tests (Phase 9) Quoted scalars double-quoted style Pass
Scanner & TokenParser Tests (Phase 9) Quoted scalars double-quoted newline Pass
Scanner & TokenParser Tests (Phase 9) Quoted scalars single-quoted content Pass
Scanner & TokenParser Tests (Phase 9) Quoted scalars single-quoted style Pass
Scanner & TokenParser Tests (Phase 9) Quoted scalars single-quoted escape Pass
Scanner & TokenParser Tests (Phase 9) Block sequences simple list size Pass
Scanner & TokenParser Tests (Phase 9) Block sequences single item Pass
Scanner & TokenParser Tests (Phase 9) Block mappings simple mapping size Pass
Scanner & TokenParser Tests (Phase 9) Block mappings mapping key Pass
Scanner & TokenParser Tests (Phase 9) Block mappings mapping value Pass
Scanner & TokenParser Tests (Phase 9) Flow collections flow sequence size Pass
Scanner & TokenParser Tests (Phase 9) Flow collections flow mapping size Pass
Scanner & TokenParser Tests (Phase 9) Document markers explicit doc start Pass
Scanner & TokenParser Tests (Phase 9) Document markers doc start/end Pass
Scanner & TokenParser Tests (Phase 9) Anchors and aliases anchor scan Pass
Scanner & TokenParser Tests (Phase 9) Anchors and aliases alias scan Pass
Scanner & TokenParser Tests (Phase 9) Phase 9 regression: b: x: y b: x: y scans Pass
Scanner & TokenParser Tests (Phase 9) Phase 9 regression: b: x: y b: x: y pipeline Pass
Scanner & TokenParser Tests (Phase 9) Phase 9 regression: b: x: y b: x: y rejected Pass
Scanner & TokenParser Tests (Phase 9) Escape sequences tab escape Pass
Scanner & TokenParser Tests (Phase 9) Escape sequences hex escape \x41 Pass
Scanner & TokenParser Tests (Phase 9) Escape sequences unicode \u0041 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §2 Scanner Spec Examples Example example-2.1 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §2 Scanner Spec Examples Example example-2.10 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §2 Scanner Spec Examples Example example-2.11 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §2 Scanner Spec Examples Example example-2.12 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §2 Scanner Spec Examples Example example-2.13 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §2 Scanner Spec Examples Example example-2.14 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §2 Scanner Spec Examples Example example-2.15 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §2 Scanner Spec Examples Example example-2.16 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §2 Scanner Spec Examples Example example-2.17 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §2 Scanner Spec Examples Example example-2.18 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §2 Scanner Spec Examples Example example-2.19 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §2 Scanner Spec Examples Example example-2.2 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §2 Scanner Spec Examples Example example-2.20 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §2 Scanner Spec Examples Example example-2.21 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §2 Scanner Spec Examples Example example-2.22 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §2 Scanner Spec Examples Example example-2.23 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §2 Scanner Spec Examples Example example-2.24 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §2 Scanner Spec Examples Example example-2.25 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §2 Scanner Spec Examples Example example-2.26 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §2 Scanner Spec Examples Example example-2.27 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §2 Scanner Spec Examples Example example-2.28 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §2 Scanner Spec Examples Example example-2.3 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §2 Scanner Spec Examples Example example-2.4 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §2 Scanner Spec Examples Example example-2.5 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §2 Scanner Spec Examples Example example-2.6 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §2 Scanner Spec Examples Example example-2.7 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §2 Scanner Spec Examples Example example-2.8 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §2 Scanner Spec Examples Example example-2.9 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §5 Scanner Spec Examples Example example-5.1 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §5 Scanner Spec Examples Example example-5.10 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §5 Scanner Spec Examples Example example-5.11 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §5 Scanner Spec Examples Example example-5.12 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §5 Scanner Spec Examples Example example-5.13 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §5 Scanner Spec Examples Example example-5.14 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §5 Scanner Spec Examples Example example-5.2 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §5 Scanner Spec Examples Example example-5.3 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §5 Scanner Spec Examples Example example-5.4 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §5 Scanner Spec Examples Example example-5.5 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §5 Scanner Spec Examples Example example-5.6 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §5 Scanner Spec Examples Example example-5.7 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §5 Scanner Spec Examples Example example-5.8 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §5 Scanner Spec Examples Example example-5.9 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §6 Scanner Spec Examples Example example-6.1 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §6 Scanner Spec Examples Example example-6.10 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §6 Scanner Spec Examples Example example-6.11 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §6 Scanner Spec Examples Example example-6.12 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §6 Scanner Spec Examples Example example-6.13 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §6 Scanner Spec Examples Example example-6.14 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §6 Scanner Spec Examples Example example-6.15 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §6 Scanner Spec Examples Example example-6.16 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §6 Scanner Spec Examples Example example-6.17 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §6 Scanner Spec Examples Example example-6.18 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §6 Scanner Spec Examples Example example-6.19 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §6 Scanner Spec Examples Example example-6.2 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §6 Scanner Spec Examples Example example-6.20 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §6 Scanner Spec Examples Example example-6.21 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §6 Scanner Spec Examples Example example-6.22 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §6 Scanner Spec Examples Example example-6.23 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §6 Scanner Spec Examples Example example-6.24 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §6 Scanner Spec Examples Example example-6.25 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §6 Scanner Spec Examples Example example-6.26 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §6 Scanner Spec Examples Example example-6.27 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §6 Scanner Spec Examples Example example-6.28 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §6 Scanner Spec Examples Example example-6.29 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §6 Scanner Spec Examples Example example-6.3 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §6 Scanner Spec Examples Example example-6.4 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §6 Scanner Spec Examples Example example-6.5 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §6 Scanner Spec Examples Example example-6.6 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §6 Scanner Spec Examples Example example-6.7 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §6 Scanner Spec Examples Example example-6.8 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §6 Scanner Spec Examples Example example-6.9 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §7 Scanner Spec Examples Example example-7.1 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §7 Scanner Spec Examples Example example-7.10 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §7 Scanner Spec Examples Example example-7.11 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §7 Scanner Spec Examples Example example-7.12 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §7 Scanner Spec Examples Example example-7.13 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §7 Scanner Spec Examples Example example-7.14 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §7 Scanner Spec Examples Example example-7.15 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §7 Scanner Spec Examples Example example-7.16 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §7 Scanner Spec Examples Example example-7.17 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §7 Scanner Spec Examples Example example-7.18 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §7 Scanner Spec Examples Example example-7.19 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §7 Scanner Spec Examples Example example-7.2 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §7 Scanner Spec Examples Example example-7.20 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §7 Scanner Spec Examples Example example-7.21 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §7 Scanner Spec Examples Example example-7.22 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §7 Scanner Spec Examples Example example-7.23 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §7 Scanner Spec Examples Example example-7.24 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §7 Scanner Spec Examples Example example-7.3 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §7 Scanner Spec Examples Example example-7.4 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §7 Scanner Spec Examples Example example-7.5 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §7 Scanner Spec Examples Example example-7.6 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §7 Scanner Spec Examples Example example-7.7 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §7 Scanner Spec Examples Example example-7.8 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §7 Scanner Spec Examples Example example-7.9 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §8 Scanner Spec Examples Example example-8.1 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §8 Scanner Spec Examples Example example-8.10 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §8 Scanner Spec Examples Example example-8.11 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §8 Scanner Spec Examples Example example-8.12 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §8 Scanner Spec Examples Example example-8.13 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §8 Scanner Spec Examples Example example-8.14 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §8 Scanner Spec Examples Example example-8.15 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §8 Scanner Spec Examples Example example-8.16 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §8 Scanner Spec Examples Example example-8.17 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §8 Scanner Spec Examples Example example-8.18 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §8 Scanner Spec Examples Example example-8.19 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §8 Scanner Spec Examples Example example-8.2 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §8 Scanner Spec Examples Example example-8.20 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §8 Scanner Spec Examples Example example-8.21 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §8 Scanner Spec Examples Example example-8.22 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §8 Scanner Spec Examples Example example-8.3 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §8 Scanner Spec Examples Example example-8.4 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §8 Scanner Spec Examples Example example-8.5 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §8 Scanner Spec Examples Example example-8.6 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §8 Scanner Spec Examples Example example-8.7 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §8 Scanner Spec Examples Example example-8.8 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §8 Scanner Spec Examples Example example-8.9 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §9 Scanner Spec Examples Example example-9.1 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §9 Scanner Spec Examples Example example-9.2 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §9 Scanner Spec Examples Example example-9.3 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §9 Scanner Spec Examples Example example-9.4 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §9 Scanner Spec Examples Example example-9.5 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §9 Scanner Spec Examples Example example-9.6 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §10 Scanner Spec Examples Example example-10.1 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §10 Scanner Spec Examples Example example-10.2 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §10 Scanner Spec Examples Example example-10.3 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §10 Scanner Spec Examples Example example-10.4 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §10 Scanner Spec Examples Example example-10.5 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §10 Scanner Spec Examples Example example-10.6 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §10 Scanner Spec Examples Example example-10.7 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §10 Scanner Spec Examples Example example-10.8 Pass
YAML 1.2.2 Spec Examples (Scanner/Parser Pipeline) §10 Scanner Spec Examples Example example-10.9 Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [63] Block mapping indentation a:\n b: 1 (indent=2) is mapping Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [63] Block mapping indentation a:\n b: 1 (indent=2) has 1 pairs Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [63] Block mapping indentation a:\n b: 1 (indent=1) is mapping Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [63] Block mapping indentation a:\n b: 1 (indent=1) has 1 pairs Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [63] Block mapping indentation a:\nb: 1 (sibling) is mapping Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [63] Block mapping indentation a:\nb: 1 (sibling) has 2 pairs Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [63] Block mapping indentation a:\n first: 1\n second: 2 (under-indent) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [63] Block mapping indentation 3-level 0→2→4 Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [63] Block mapping indentation 3-level 0→1→2 Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [63] Block mapping indentation 3-level inner=middle (sibling) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [63] Block mapping indentation 3-level inner=top (a,c siblings) is mapping Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [63] Block mapping indentation 3-level inner=top (a,c siblings) has 2 pairs Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [63] Block mapping indentation mixed indent siblings (col 2 vs 3) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [63] Block mapping indentation 5-deep 0→1→2→3→4 Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [63] Block mapping indentation 3-key then under-indent Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [63] Tab as indentation (§6.1) \ta: 1 (tab indent) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [63] Tab as indentation (§6.1) \ta: 1 (space+tab) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [63] Tab as indentation (§6.1) \t a: 1 (tab+space) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [63] Tab as indentation (§6.1) \t\ta: 1 (double tab) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [63] Tab as indentation (§6.1) a:\n\tb: 1 (tab indent nested) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [63] Tab as indentation (§6.1) a:\n\t b: 1 (tab+space nested) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [63] Tab as indentation (§6.1) a:\n \tb: 1 (space+tab = separation) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [63] Tab as indentation (§6.1) a:\tb (tab as value sep) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [180] Block sequence indentation top-level - a\n- b is sequence Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [180] Block sequence indentation top-level - a\n- b has 2 items Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [180] Block sequence indentation a:\n - x\n - y (indent+2) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [180] Block sequence indentation a:\n - x\n - y (indent+1) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [180] Block sequence indentation a:\n- x\n- y (seq-spaces) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [180] Block sequence indentation a:\n - x (deep indent) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [180] Block sequence indentation seq indent 2→3 (nested) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [180] Block sequence indentation - - a\n - b (seq-in-seq) is sequence Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [180] Block sequence indentation - - a\n - b (seq-in-seq) has 1 items Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [180] Block sequence indentation - - a\n- - b (separate) is sequence Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [180] Block sequence indentation - - a\n- - b (separate) has 2 items Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [180] Block sequence indentation - a:\n - x\n - y (under-indent) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [180] Block sequence indentation a:\n\t- x (tab before dash) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [180] Block sequence indentation -\ta (tab = separation after dash) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [180] Block sequence indentation multi-key seq Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [180] Block sequence indentation a:\n b:\n- x (seq at col 0 under deep) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [180] Block sequence indentation - - - - a (4-deep compact) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [184] Block mapping key indentation - a: 1\n b: 2 (map in seq) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [184] Block mapping key indentation - a: 1\n b: 2 (map in seq under) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [184] Block mapping key indentation - a: 1\nb: 2 (map at col 0 after seq) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [184] Block mapping key indentation 3-level map correct Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [184] Block mapping key indentation 3-level map inner drift Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [184] Block mapping key indentation a:\n b: 1\nc: 2 (sibling) is mapping Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [184] Block mapping key indentation a:\n b: 1\nc: 2 (sibling) has 2 pairs Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [184] Block mapping key indentation a:\n long\n value (multiline) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [184] Block mapping key indentation - x\na: 1 (map after seq) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [184] Block mapping key indentation - a: 1\n b: 2\n- c: 3 (multi-entry) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [184] Block mapping key indentation a→indent2, c→indent4 Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [184] Block mapping key indentation a:\nb: 1 (empty value) is mapping Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [184] Block mapping key indentation a:\nb: 1 (empty value) has 2 pairs Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [184] Block mapping key indentation a:\n 1 (value on next line) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [187] Flow in block context a:\n{b: c} (flow@0) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [187] Flow in block context a:\n {b: c} (flow@1) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [187] Flow in block context a:\n {b: c} (flow@2) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [187] Flow in block context a:\n[1, 2] (flowseq@0) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [187] Flow in block context a:\n [1, 2] (flowseq@1) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [187] Flow in block context {a: 1} (root flow map) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [187] Flow in block context [1, 2] (root flow seq) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [187] Flow in block context a:\n b:\n {c: d} (flow at parent) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [187] Flow in block context a:\n b:\n {c: d} (flow proper) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [187] Flow in block context a:\n {} (empty flow map) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [187] Flow in block context a:\n [] (empty flow seq) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [187] Flow in block context a:\n{} (empty flow@0) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [187] Flow in block context a:\n[] (empty flowseq@0) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [187] Flow in block context - {a: 1} (flow in seq) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [187] Flow in block context - [1, 2] (flow seq in seq) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [187] Flow in block context a:\n b:\n {c: d} (indent+1) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [187] Flow in block context a: {b:\n c} (block in flow) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [187] Flow in block context - a:\n{b: c} (flow seq entry @0) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [187] Flow in block context a→b→c: flow at c's indent Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [187] Flow in block context a→b→c: flow at c+2 Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [187] Flow in block context a:\n\t{b: c} (tab before flow) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [170/174] Block scalar indentation literal indent=2 auto Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [170/174] Block scalar indentation literal indent=1 auto Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [170/174] Block scalar indentation literal indent=4 auto Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [170/174] Block scalar indentation literal under-indent (2→1) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [170/174] Block scalar indentation literal content at col 0 Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [170/174] Block scalar indentation literal |2 explicit Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [170/174] Block scalar indentation literal |1 explicit Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [170/174] Block scalar indentation literal empty Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [170/174] Block scalar indentation literal tab in content Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [170/174] Block scalar indentation folded indent=2 auto Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [170/174] Block scalar indentation folded under-indent (2→1) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [170/174] Block scalar indentation folded content at col 0 Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [170/174] Block scalar indentation folded indent=1 auto Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [170/174] Block scalar indentation folded indent=4 auto Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [170/174] Block scalar indentation literal strip chomp |- Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [170/174] Block scalar indentation literal keep chomp |+ Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [170/174] Block scalar indentation a→b: literal nested Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [170/174] Block scalar indentation literal nested under-indent Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [170/174] Block scalar indentation literal then sibling key Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [170/174] Block scalar indentation folded content less than auto Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [170/174] Block scalar indentation literal then mapping Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [170/174] Block scalar indentation folded then mapping Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [170/174] Block scalar indentation literal with tab-only line Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [197] Explicit key/value indentation ? key\n: value (canonical) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [197] Explicit key/value indentation ?\n key\n:\n value (nested) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [197] Explicit key/value indentation ? key\n:\n value (value indent+1) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [197] Explicit key/value indentation ? key\n :\n value (: at col 1) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [197] Explicit key/value indentation ? a\n b\n: c (multiline key) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [197] Explicit key/value indentation ?\tkey (tab after ?) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [197] Explicit key/value indentation ? {a: 1}\n: val (flow key) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [197] Explicit key/value indentation ? [1, 2]\n: val (seq key) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [197] Explicit key/value indentation ?\n: val (empty key) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [197] Explicit key/value indentation ? key : val (simple key) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [197] Explicit key/value indentation ? &a key\n: val (anchored) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [197] Explicit key/value indentation ?\n - a\n - b\n: val (seq key) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [197] Explicit key/value indentation ?\n a: 1\n b: 2\n: val (map key) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [197] Explicit key/value indentation ? ? inner\n : ival\n: oval (nested ?) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) [197] Explicit key/value indentation ? a\n\t: b (tab before :) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) Multi-level nesting combinations 4-deep 0→2→4→6 Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) Multi-level nesting combinations map→seq→map Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) Multi-level nesting combinations seq→map→seq Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) Multi-level nesting combinations map→seq→map→seq Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) Multi-level nesting combinations 4-deep compact seq Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) Multi-level nesting combinations map→seq→map 3 levels Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) Multi-level nesting combinations seq with nested map indent Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) Multi-level nesting combinations deep nest then sibling is mapping Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) Multi-level nesting combinations deep nest then sibling has 2 pairs Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) Multi-level nesting combinations 3-level then de-indent Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) Multi-level nesting combinations seq→map→seq→map Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) Multi-level nesting combinations map→seq of maps Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) Multi-level nesting combinations ? nested then mapping Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) Tab injection (§6.1) \ta: 1 (tab at doc start) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) Tab injection (§6.1) \ta: 1 (space+tab at doc start) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) Tab injection (§6.1) \t a: 1 (tab+space at doc start) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) Tab injection (§6.1) \t\ta: 1 (double tab at doc start) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) Tab injection (§6.1) a:\n\tb: 1 Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) Tab injection (§6.1) a:\n \tb: 1 (separation) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) Tab injection (§6.1) a:\n\t b: 1 Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) Tab injection (§6.1) a:\n\t- x Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) Tab injection (§6.1) a:\n \t- x Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) Tab injection (§6.1) -\ta (separation) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) Tab injection (§6.1) a:\n\t{b: c} Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) Tab injection (§6.1) a:\n\t[1, 2] Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) Tab injection (§6.1) a:\tb (tab value sep) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) Tab injection (§6.1) a: b\tc (tab in value) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) Tab injection (§6.1) a: b \t# comment (tab before comment) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) Tab injection (§6.1) ?\tkey Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) Tab injection (§6.1) ? a\n\t: b Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) Tab injection (§6.1) a:\t1 (tab after colon) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) Tab injection (§6.1) a: |\t\n text (tab in header comment area) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) Tab injection (§6.1) a:\n b:\n\tc: 1 (tab at level 3) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) Tab injection (§6.1) -\n\ta: 1 (tab indent in seq item) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) Document boundary interaction a:\n ... (indented doc-end) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) Document boundary interaction a:\n --- (indented doc-start) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) Document boundary interaction ---\na: 1 (post-docstart) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) Document boundary interaction ---\n a: 1 (indented after docstart) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) Anchor/tag interaction with indent a:\n &x b: 1 (anchor indent) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) Anchor/tag interaction with indent a:\n !!str b: 1 (tag indent) Pass
Adversarial Grammar-Directed Tests (v0.2.13.1) Anchor/tag interaction with indent - &x a\n- *x (anchor in seq) Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization flat-1: streamStart Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization flat-1: flowSeqStart Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization flat-1: flowSeqEnd Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization flat-1: streamEnd Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization flat-1: first body is content-start Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization flat-2: streamStart Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization flat-2: flowSeqStart Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization flat-2: flowSeqEnd Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization flat-2: streamEnd Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization flat-2: first body is content-start Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization flat-2: outer flowEntry@3 → content-start Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization flat-3: streamStart Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization flat-3: flowSeqStart Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization flat-3: flowSeqEnd Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization flat-3: streamEnd Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization flat-3: first body is content-start Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization flat-3: outer flowEntry@3 → content-start Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization flat-3: outer flowEntry@5 → content-start Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization nest1-seq: streamStart Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization nest1-seq: flowSeqStart Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization nest1-seq: flowSeqEnd Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization nest1-seq: streamEnd Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization nest1-seq: first body is content-start Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization nest1-seq: outer flowEntry@7 → content-start Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization nest1-map: streamStart Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization nest1-map: flowSeqStart Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization nest1-map: flowSeqEnd Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization nest1-map: streamEnd Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization nest1-map: first body is content-start Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization nest1-map: outer flowEntry@8 → content-start Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization nest2: streamStart Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization nest2: flowSeqStart Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization nest2: flowSeqEnd Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization nest2: streamEnd Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization nest2: first body is content-start Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization nest2-multi: streamStart Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization nest2-multi: flowSeqStart Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization nest2-multi: flowSeqEnd Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization nest2-multi: streamEnd Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization nest2-multi: first body is content-start Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization nest2-multi: outer flowEntry@7 → content-start Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization mixed-1: streamStart Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization mixed-1: flowSeqStart Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization mixed-1: flowSeqEnd Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization mixed-1: streamEnd Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization mixed-1: first body is content-start Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization mixed-1: outer flowEntry@8 → content-start Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization mixed-2: streamStart Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization mixed-2: flowSeqStart Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization mixed-2: flowSeqEnd Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization mixed-2: streamEnd Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization mixed-2: first body is content-start Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization mixed-2: outer flowEntry@3 → content-start Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization mixed-2: outer flowEntry@9 → content-start Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization prev-fail-1: streamStart Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization prev-fail-1: flowSeqStart Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization prev-fail-1: flowSeqEnd Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization prev-fail-1: streamEnd Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization prev-fail-1: first body is content-start Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization prev-fail-2: streamStart Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization prev-fail-2: flowSeqStart Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization prev-fail-2: flowSeqEnd Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization prev-fail-2: streamEnd Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization prev-fail-2: first body is content-start Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization prev-fail-2: outer flowEntry@13 → content-start Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization deep-3: streamStart Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization deep-3: flowSeqStart Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization deep-3: flowSeqEnd Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization deep-3: streamEnd Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization deep-3: first body is content-start Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization deep-mixed: streamStart Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization deep-mixed: flowSeqStart Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization deep-mixed: flowSeqEnd Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization deep-mixed: streamEnd Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization deep-mixed: first body is content-start Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization empty-scalar: streamStart Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization empty-scalar: flowSeqStart Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization empty-scalar: flowSeqEnd Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization empty-scalar: streamEnd Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization empty-scalar: first body is content-start Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization special-chars: streamStart Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization special-chars: flowSeqStart Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization special-chars: flowSeqEnd Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization special-chars: streamEnd Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization special-chars: first body is content-start Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization special-chars: outer flowEntry@3 → content-start Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization many-items: streamStart Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization many-items: flowSeqStart Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization many-items: flowSeqEnd Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization many-items: streamEnd Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization many-items: first body is content-start Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization many-items: outer flowEntry@3 → content-start Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization many-items: outer flowEntry@5 → content-start Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization many-items: outer flowEntry@7 → content-start Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization many-items: outer flowEntry@9 → content-start Pass
Adversarial Instantiation Tests (sorry audit) 9g: emitList_body_filtered_characterization many-items: outer flowEntry@11 → content-start Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization pair-1: streamStart Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization pair-1: flowMapStart Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization pair-1: flowMapEnd Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization pair-1: streamEnd Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization pair-1: first body is .key Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization pairs-2: streamStart Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization pairs-2: flowMapStart Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization pairs-2: flowMapEnd Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization pairs-2: streamEnd Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization pairs-2: first body is .key Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization pairs-2: outer flowEntry@6 → .key Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization pairs-3: streamStart Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization pairs-3: flowMapStart Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization pairs-3: flowMapEnd Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization pairs-3: streamEnd Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization pairs-3: first body is .key Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization pairs-3: outer flowEntry@6 → .key Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization pairs-3: outer flowEntry@11 → .key Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization prev-fail-map: streamStart Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization prev-fail-map: flowMapStart Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization prev-fail-map: flowMapEnd Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization prev-fail-map: streamEnd Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization prev-fail-map: first body is .key Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization prev-fail-map: outer flowEntry@6 → .key Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization nested-seq-val: streamStart Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization nested-seq-val: flowMapStart Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization nested-seq-val: flowMapEnd Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization nested-seq-val: streamEnd Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization nested-seq-val: first body is .key Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization nested-map-val: streamStart Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization nested-map-val: flowMapStart Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization nested-map-val: flowMapEnd Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization nested-map-val: streamEnd Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization nested-map-val: first body is .key Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization nested-seq-key: streamStart Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization nested-seq-key: flowMapStart Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization nested-seq-key: flowMapEnd Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization nested-seq-key: streamEnd Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization nested-seq-key: first body is .key Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization map-in-map: streamStart Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization map-in-map: flowMapStart Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization map-in-map: flowMapEnd Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization map-in-map: streamEnd Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization map-in-map: first body is .key Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization seq-in-map: streamStart Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization seq-in-map: flowMapStart Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization seq-in-map: flowMapEnd Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization seq-in-map: streamEnd Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization seq-in-map: first body is .key Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization seq-in-map: outer flowEntry@10 → .key Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization complex: streamStart Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization complex: flowMapStart Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization complex: flowMapEnd Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization complex: streamEnd Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization complex: first body is .key Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization complex: outer flowEntry@20 → .key Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization deep-val: streamStart Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization deep-val: flowMapStart Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization deep-val: flowMapEnd Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization deep-val: streamEnd Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization deep-val: first body is .key Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization multi-deep: streamStart Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization multi-deep: flowMapStart Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization multi-deep: flowMapEnd Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization multi-deep: streamEnd Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization multi-deep: first body is .key Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization multi-deep: outer flowEntry@10 → .key Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization empty-key: streamStart Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization empty-key: flowMapStart Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization empty-key: flowMapEnd Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization empty-key: streamEnd Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization empty-key: first body is .key Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization empty-val: streamStart Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization empty-val: flowMapStart Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization empty-val: flowMapEnd Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization empty-val: streamEnd Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization empty-val: first body is .key Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization special-chars-kv: streamStart Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization special-chars-kv: flowMapStart Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization special-chars-kv: flowMapEnd Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization special-chars-kv: streamEnd Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization special-chars-kv: first body is .key Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization many-pairs: streamStart Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization many-pairs: flowMapStart Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization many-pairs: flowMapEnd Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization many-pairs: streamEnd Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization many-pairs: first body is .key Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization many-pairs: outer flowEntry@6 → .key Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization many-pairs: outer flowEntry@11 → .key Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization many-pairs: outer flowEntry@16 → .key Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization many-pairs: outer flowEntry@21 → .key Pass
Adversarial Instantiation Tests (sorry audit) 9h: emitPairList_body_filtered_characterization many-pairs: outer flowEntry@26 → .key Pass
Adversarial Instantiation Tests (sorry audit) 9c/9d: emit round-trip content equivalence scalar-plain: parse succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9c/9d: emit round-trip content equivalence scalar-plain: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9c/9d: emit round-trip content equivalence scalar-plain: contentEq Pass
Adversarial Instantiation Tests (sorry audit) 9c/9d: emit round-trip content equivalence scalar-empty: parse succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9c/9d: emit round-trip content equivalence scalar-empty: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9c/9d: emit round-trip content equivalence scalar-empty: contentEq Pass
Adversarial Instantiation Tests (sorry audit) 9c/9d: emit round-trip content equivalence scalar-escape: parse succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9c/9d: emit round-trip content equivalence scalar-escape: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9c/9d: emit round-trip content equivalence scalar-escape: contentEq Pass
Adversarial Instantiation Tests (sorry audit) 9c/9d: emit round-trip content equivalence scalar-newline: parse succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9c/9d: emit round-trip content equivalence scalar-newline: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9c/9d: emit round-trip content equivalence scalar-newline: contentEq Pass
Adversarial Instantiation Tests (sorry audit) 9c/9d: emit round-trip content equivalence scalar-tab: parse succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9c/9d: emit round-trip content equivalence scalar-tab: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9c/9d: emit round-trip content equivalence scalar-tab: contentEq Pass
Adversarial Instantiation Tests (sorry audit) 9c/9d: emit round-trip content equivalence scalar-backslash: parse succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9c/9d: emit round-trip content equivalence scalar-backslash: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9c/9d: emit round-trip content equivalence scalar-backslash: contentEq Pass
Adversarial Instantiation Tests (sorry audit) 9c/9d: emit round-trip content equivalence scalar-unicode: parse succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9c/9d: emit round-trip content equivalence scalar-unicode: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9c/9d: emit round-trip content equivalence scalar-unicode: contentEq Pass
Adversarial Instantiation Tests (sorry audit) 9c/9d: emit round-trip content equivalence scalar-colon-space: parse succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9c/9d: emit round-trip content equivalence scalar-colon-space: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9c/9d: emit round-trip content equivalence scalar-colon-space: contentEq Pass
Adversarial Instantiation Tests (sorry audit) 9c/9d: emit round-trip content equivalence scalar-hash: parse succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9c/9d: emit round-trip content equivalence scalar-hash: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9c/9d: emit round-trip content equivalence scalar-hash: contentEq Pass
Adversarial Instantiation Tests (sorry audit) 9c/9d: emit round-trip content equivalence scalar-brackets: parse succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9c/9d: emit round-trip content equivalence scalar-brackets: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9c/9d: emit round-trip content equivalence scalar-brackets: contentEq Pass
Adversarial Instantiation Tests (sorry audit) 9c/9d: emit round-trip content equivalence scalar-braces: parse succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9c/9d: emit round-trip content equivalence scalar-braces: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9c/9d: emit round-trip content equivalence scalar-braces: contentEq Pass
Adversarial Instantiation Tests (sorry audit) 9c: emit_roundtrip_sequence_content_eq seq-empty: parse succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9c: emit_roundtrip_sequence_content_eq seq-empty: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9c: emit_roundtrip_sequence_content_eq seq-empty: contentEq Pass
Adversarial Instantiation Tests (sorry audit) 9c: emit_roundtrip_sequence_content_eq seq-1: parse succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9c: emit_roundtrip_sequence_content_eq seq-1: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9c: emit_roundtrip_sequence_content_eq seq-1: contentEq Pass
Adversarial Instantiation Tests (sorry audit) 9c: emit_roundtrip_sequence_content_eq seq-2: parse succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9c: emit_roundtrip_sequence_content_eq seq-2: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9c: emit_roundtrip_sequence_content_eq seq-2: contentEq Pass
Adversarial Instantiation Tests (sorry audit) 9c: emit_roundtrip_sequence_content_eq seq-3: parse succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9c: emit_roundtrip_sequence_content_eq seq-3: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9c: emit_roundtrip_sequence_content_eq seq-3: contentEq Pass
Adversarial Instantiation Tests (sorry audit) 9c: emit_roundtrip_sequence_content_eq seq-nested-1: parse succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9c: emit_roundtrip_sequence_content_eq seq-nested-1: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9c: emit_roundtrip_sequence_content_eq seq-nested-1: contentEq Pass
Adversarial Instantiation Tests (sorry audit) 9c: emit_roundtrip_sequence_content_eq seq-nested-2: parse succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9c: emit_roundtrip_sequence_content_eq seq-nested-2: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9c: emit_roundtrip_sequence_content_eq seq-nested-2: contentEq Pass
Adversarial Instantiation Tests (sorry audit) 9c: emit_roundtrip_sequence_content_eq seq-nested-3: parse succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9c: emit_roundtrip_sequence_content_eq seq-nested-3: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9c: emit_roundtrip_sequence_content_eq seq-nested-3: contentEq Pass
Adversarial Instantiation Tests (sorry audit) 9c: emit_roundtrip_sequence_content_eq seq-with-map: parse succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9c: emit_roundtrip_sequence_content_eq seq-with-map: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9c: emit_roundtrip_sequence_content_eq seq-with-map: contentEq Pass
Adversarial Instantiation Tests (sorry audit) 9c: emit_roundtrip_sequence_content_eq seq-with-multi-map: parse succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9c: emit_roundtrip_sequence_content_eq seq-with-multi-map: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9c: emit_roundtrip_sequence_content_eq seq-with-multi-map: contentEq Pass
Adversarial Instantiation Tests (sorry audit) 9c: emit_roundtrip_sequence_content_eq seq-mixed: parse succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9c: emit_roundtrip_sequence_content_eq seq-mixed: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9c: emit_roundtrip_sequence_content_eq seq-mixed: contentEq Pass
Adversarial Instantiation Tests (sorry audit) 9c: emit_roundtrip_sequence_content_eq seq-deep-mixed: parse succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9c: emit_roundtrip_sequence_content_eq seq-deep-mixed: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9c: emit_roundtrip_sequence_content_eq seq-deep-mixed: contentEq Pass
Adversarial Instantiation Tests (sorry audit) 9c: emit_roundtrip_sequence_content_eq seq-empty-scalars: parse succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9c: emit_roundtrip_sequence_content_eq seq-empty-scalars: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9c: emit_roundtrip_sequence_content_eq seq-empty-scalars: contentEq Pass
Adversarial Instantiation Tests (sorry audit) 9c: emit_roundtrip_sequence_content_eq seq-special-chars: parse succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9c: emit_roundtrip_sequence_content_eq seq-special-chars: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9c: emit_roundtrip_sequence_content_eq seq-special-chars: contentEq Pass
Adversarial Instantiation Tests (sorry audit) 9c: emit_roundtrip_sequence_content_eq seq-many: parse succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9c: emit_roundtrip_sequence_content_eq seq-many: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9c: emit_roundtrip_sequence_content_eq seq-many: contentEq Pass
Adversarial Instantiation Tests (sorry audit) 9c: emit_roundtrip_sequence_content_eq seq-prev-fail: parse succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9c: emit_roundtrip_sequence_content_eq seq-prev-fail: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9c: emit_roundtrip_sequence_content_eq seq-prev-fail: contentEq Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-empty: parse succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-empty: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-empty: contentEq Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-1: parse succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-1: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-1: contentEq Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-2: parse succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-2: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-2: contentEq Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-3: parse succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-3: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-3: contentEq Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-nested-1: parse succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-nested-1: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-nested-1: contentEq Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-nested-2: parse succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-nested-2: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-nested-2: contentEq Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-with-seq: parse succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-with-seq: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-with-seq: contentEq Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-with-nested-seq: parse succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-with-nested-seq: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-with-nested-seq: contentEq Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-mixed: parse succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-mixed: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-mixed: contentEq Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-complex: parse succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-complex: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-complex: contentEq Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-deep-val: parse succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-deep-val: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-deep-val: contentEq Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-multi-deep: parse succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-multi-deep: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-multi-deep: contentEq Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-empty-key: parse succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-empty-key: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-empty-key: contentEq Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-empty-val: parse succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-empty-val: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-empty-val: contentEq Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-special-chars: parse succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-special-chars: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-special-chars: contentEq Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-many: parse succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-many: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-many: contentEq Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-seq-key: parse succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-seq-key: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-seq-key: contentEq Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-map-key: parse succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-map-key: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-map-key: contentEq Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq deep-5: parse succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq deep-5: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq deep-5: contentEq Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-deep-5: parse succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-deep-5: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq map-deep-5: contentEq Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq cross-nested: parse succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq cross-nested: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9d: emit_roundtrip_mapping_content_eq cross-nested: contentEq Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-empty: scan succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-empty: parseStream ok (fuel=20, N=4) Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-empty: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-empty: tight fuel 19 also works Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-1: scan succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-1: parseStream ok (fuel=24, N=5) Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-1: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-1: tight fuel 23 also works Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-2: scan succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-2: parseStream ok (fuel=32, N=7) Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-2: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-2: tight fuel 31 also works Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-8: scan succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-8: parseStream ok (fuel=80, N=19) Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-8: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-8: tight fuel 79 also works Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-12: scan succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-12: parseStream ok (fuel=112, N=27) Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-12: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-12: tight fuel 111 also works Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-depth-2: scan succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-depth-2: parseStream ok (fuel=40, N=9) Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-depth-2: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-depth-2: tight fuel 39 also works Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-depth-3: scan succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-depth-3: parseStream ok (fuel=40, N=9) Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-depth-3: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-depth-3: tight fuel 39 also works Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-depth-4: scan succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-depth-4: parseStream ok (fuel=48, N=11) Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-depth-4: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-depth-4: tight fuel 47 also works Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-depth-5: scan succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-depth-5: parseStream ok (fuel=56, N=13) Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-depth-5: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-depth-5: tight fuel 55 also works Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-depth-6: scan succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-depth-6: parseStream ok (fuel=64, N=15) Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-depth-6: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-depth-6: tight fuel 63 also works Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-wide-deep: scan succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-wide-deep: parseStream ok (fuel=88, N=21) Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-wide-deep: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-wide-deep: tight fuel 87 also works Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-deep-wide: scan succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-deep-wide: parseStream ok (fuel=80, N=19) Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-deep-wide: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-deep-wide: tight fuel 79 also works Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-with-map: scan succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-with-map: parseStream ok (fuel=44, N=10) Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-with-map: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-with-map: tight fuel 43 also works Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-with-multi-map: scan succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-with-multi-map: parseStream ok (fuel=64, N=15) Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-with-multi-map: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-with-multi-map: tight fuel 63 also works Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-with-nested-map: scan succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-with-nested-map: parseStream ok (fuel=64, N=15) Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-with-nested-map: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-with-nested-map: tight fuel 63 also works Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-map-seq: scan succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-map-seq: parseStream ok (fuel=60, N=14) Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-map-seq: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-map-seq: tight fuel 59 also works Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-prev-fail-1: scan succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-prev-fail-1: parseStream ok (fuel=72, N=17) Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-prev-fail-1: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-prev-fail-1: tight fuel 71 also works Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-prev-fail-2: scan succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-prev-fail-2: parseStream ok (fuel=88, N=21) Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-prev-fail-2: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-prev-fail-2: tight fuel 87 also works Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-deep-mixed-1: scan succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-deep-mixed-1: parseStream ok (fuel=80, N=19) Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-deep-mixed-1: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-deep-mixed-1: tight fuel 79 also works Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-deep-mixed-2: scan succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-deep-mixed-2: parseStream ok (fuel=116, N=28) Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-deep-mixed-2: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-deep-mixed-2: tight fuel 115 also works Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-depth-7: scan succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-depth-7: parseStream ok (fuel=72, N=17) Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-depth-7: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-depth-7: tight fuel 71 also works Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-width-16: scan succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-width-16: parseStream ok (fuel=144, N=35) Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-width-16: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9a: parseStream_emitSequence fuel sufficiency seq-width-16: tight fuel 143 also works Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-empty: scan succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-empty: parseStream ok (fuel=20, N=4) Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-empty: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-empty: tight fuel 19 also works Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-1: scan succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-1: parseStream ok (fuel=36, N=8) Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-1: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-1: tight fuel 35 also works Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-2: scan succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-2: parseStream ok (fuel=56, N=13) Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-2: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-2: tight fuel 55 also works Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-6: scan succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-6: parseStream ok (fuel=136, N=33) Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-6: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-6: tight fuel 135 also works Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-10: scan succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-10: parseStream ok (fuel=216, N=53) Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-10: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-10: tight fuel 215 also works Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-depth-2: scan succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-depth-2: parseStream ok (fuel=56, N=13) Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-depth-2: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-depth-2: tight fuel 55 also works Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-depth-3: scan succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-depth-3: parseStream ok (fuel=76, N=18) Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-depth-3: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-depth-3: tight fuel 75 also works Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-depth-4: scan succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-depth-4: parseStream ok (fuel=96, N=23) Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-depth-4: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-depth-4: tight fuel 95 also works Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-depth-5: scan succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-depth-5: parseStream ok (fuel=116, N=28) Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-depth-5: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-depth-5: tight fuel 115 also works Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-with-seq: scan succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-with-seq: parseStream ok (fuel=52, N=12) Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-with-seq: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-with-seq: tight fuel 51 also works Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-with-nested-seq: scan succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-with-nested-seq: parseStream ok (fuel=76, N=18) Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-with-nested-seq: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-with-nested-seq: tight fuel 75 also works Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-seq-key: scan succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-seq-key: parseStream ok (fuel=52, N=12) Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-seq-key: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-seq-key: tight fuel 51 also works Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-map-key: scan succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-map-key: parseStream ok (fuel=56, N=13) Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-map-key: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-map-key: tight fuel 55 also works Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-multi-complex: scan succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-multi-complex: parseStream ok (fuel=140, N=34) Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-multi-complex: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-multi-complex: tight fuel 139 also works Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-deep-mixed-1: scan succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-deep-mixed-1: parseStream ok (fuel=80, N=19) Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-deep-mixed-1: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-deep-mixed-1: tight fuel 79 also works Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-deep-mixed-2: scan succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-deep-mixed-2: parseStream ok (fuel=84, N=20) Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-deep-mixed-2: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-deep-mixed-2: tight fuel 83 also works Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-wide-deep: scan succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-wide-deep: parseStream ok (fuel=140, N=34) Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-wide-deep: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-wide-deep: tight fuel 139 also works Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-depth-6: scan succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-depth-6: parseStream ok (fuel=136, N=33) Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-depth-6: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-depth-6: tight fuel 135 also works Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-width-16: scan succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-width-16: parseStream ok (fuel=336, N=83) Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-width-16: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9b: parseStream_emitMapping fuel sufficiency map-width-16: tight fuel 335 also works Pass
Adversarial Instantiation Tests (sorry audit) 9a/9b: cross-type fuel stress cross-alt-1: scan succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9a/9b: cross-type fuel stress cross-alt-1: parseStream ok (fuel=72, N=17) Pass
Adversarial Instantiation Tests (sorry audit) 9a/9b: cross-type fuel stress cross-alt-1: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9a/9b: cross-type fuel stress cross-alt-1: tight fuel 71 also works Pass
Adversarial Instantiation Tests (sorry audit) 9a/9b: cross-type fuel stress cross-alt-2: scan succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9a/9b: cross-type fuel stress cross-alt-2: parseStream ok (fuel=80, N=19) Pass
Adversarial Instantiation Tests (sorry audit) 9a/9b: cross-type fuel stress cross-alt-2: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9a/9b: cross-type fuel stress cross-alt-2: tight fuel 79 also works Pass
Adversarial Instantiation Tests (sorry audit) 9a/9b: cross-type fuel stress cross-wide-multi: scan succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9a/9b: cross-type fuel stress cross-wide-multi: parseStream ok (fuel=144, N=35) Pass
Adversarial Instantiation Tests (sorry audit) 9a/9b: cross-type fuel stress cross-wide-multi: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9a/9b: cross-type fuel stress cross-wide-multi: tight fuel 143 also works Pass
Adversarial Instantiation Tests (sorry audit) 9a/9b: cross-type fuel stress cross-realistic: scan succeeds Pass
Adversarial Instantiation Tests (sorry audit) 9a/9b: cross-type fuel stress cross-realistic: parseStream ok (fuel=176, N=43) Pass
Adversarial Instantiation Tests (sorry audit) 9a/9b: cross-type fuel stress cross-realistic: exactly 1 doc Pass
Adversarial Instantiation Tests (sorry audit) 9a/9b: cross-type fuel stress cross-realistic: tight fuel 175 also works Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv flow-seq-empty: prefix preserved (2 steps, n∈[1,4]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv flow-seq-empty: sk/ek output invariant (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv flow-seq-1: prefix preserved (3 steps, n∈[1,4]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv flow-seq-1: sk/ek output invariant (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv flow-seq-1: original h_cond disjunct issues (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv flow-seq-2: prefix preserved (5 steps, n∈[1,8]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv flow-seq-2: sk/ek output invariant (5 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv flow-seq-2: original h_cond disjunct issues (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv flow-seq-3: prefix preserved (7 steps, n∈[1,12]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv flow-seq-3: sk/ek output invariant (7 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv flow-seq-3: original h_cond disjunct issues (5 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv flow-map-empty: prefix preserved (2 steps, n∈[1,4]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv flow-map-empty: sk/ek output invariant (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv flow-map-1: prefix preserved (5 steps, n∈[1,8]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv flow-map-1: sk/ek output invariant (5 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv flow-map-1: original h_cond disjunct issues (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv flow-map-2: prefix preserved (9 steps, n∈[1,16]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv flow-map-2: sk/ek output invariant (9 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv flow-map-2: original h_cond disjunct issues (5 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv flow-nested-1: prefix preserved (9 steps, n∈[1,16]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv flow-nested-1: sk/ek output invariant (9 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv flow-nested-1: original h_cond disjunct issues (6 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv flow-nested-2: prefix preserved (9 steps, n∈[1,16]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv flow-nested-2: sk/ek output invariant (9 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv flow-nested-2: original h_cond disjunct issues (5 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv flow-nested-3: prefix preserved (9 steps, n∈[1,15]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv flow-nested-3: sk/ek output invariant (9 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv flow-nested-3: original h_cond disjunct issues (5 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv flow-nested-deep: prefix preserved (7 steps, n∈[1,10]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv flow-nested-deep: sk/ek output invariant (7 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv flow-nested-deep: original h_cond disjunct issues (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv flow-nested-mixed: prefix preserved (17 steps, n∈[1,32]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv flow-nested-mixed: sk/ek output invariant (17 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv flow-nested-mixed: original h_cond disjunct issues (10 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv dquoted: prefix preserved (1 steps, n∈[1,1]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv dquoted: sk/ek output invariant (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv squoted: prefix preserved (1 steps, n∈[1,1]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv squoted: sk/ek output invariant (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv dquoted-escape: prefix preserved (1 steps, n∈[1,1]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv dquoted-escape: sk/ek output invariant (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv dquoted-unicode: prefix preserved (1 steps, n∈[1,1]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv dquoted-unicode: sk/ek output invariant (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv flow-dquoted: prefix preserved (5 steps, n∈[1,8]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv flow-dquoted: sk/ek output invariant (5 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv flow-dquoted: original h_cond disjunct issues (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv flow-squoted: prefix preserved (5 steps, n∈[1,8]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv flow-squoted: sk/ek output invariant (5 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv flow-squoted: original h_cond disjunct issues (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv block-literal: prefix preserved (1 steps, n∈[1,1]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv block-literal: sk/ek output invariant (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv block-folded: prefix preserved (1 steps, n∈[1,1]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv block-folded: sk/ek output invariant (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv block-seq-1: prefix preserved (2 steps, n∈[1,1]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv block-seq-1: sk/ek output invariant (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv block-seq-1: original h_cond disjunct issues (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv block-seq-2: prefix preserved (4 steps, n∈[1,8]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv block-seq-2: sk/ek output invariant (4 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv block-seq-2: original h_cond disjunct issues (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv block-seq-3: prefix preserved (6 steps, n∈[1,14]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv block-seq-3: sk/ek output invariant (6 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv block-seq-3: original h_cond disjunct issues (5 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv block-seq-nested: prefix preserved (5 steps, n∈[1,12]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv block-seq-nested: sk/ek output invariant (5 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv block-seq-nested: original h_cond disjunct issues (4 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv block-map-1: prefix preserved (3 steps, n∈[1,5]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv block-map-1: sk/ek output invariant (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv block-map-1: original h_cond disjunct issues (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv block-map-2: prefix preserved (6 steps, n∈[1,12]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv block-map-2: sk/ek output invariant (6 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv block-map-2: original h_cond disjunct issues (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv block-map-nested: prefix preserved (5 steps, n∈[1,9]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv block-map-nested: sk/ek output invariant (5 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv block-map-nested: original h_cond disjunct issues (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv block-map-deep: prefix preserved (7 steps, n∈[1,13]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv block-map-deep: sk/ek output invariant (7 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv block-map-deep: original h_cond disjunct issues (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv explicit-key: prefix preserved (4 steps, n∈[1,11]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv explicit-key: sk/ek output invariant (4 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv explicit-key-flow: prefix preserved (6 steps, n∈[1,9]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv explicit-key-flow: sk/ek output invariant (6 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv explicit-key-flow: original h_cond disjunct issues (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv doc-start: prefix preserved (4 steps, n∈[1,8]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv doc-start: sk/ek output invariant (4 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv doc-start: original h_cond disjunct issues (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv doc-end: prefix preserved (4 steps, n∈[1,5]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv doc-end: sk/ek output invariant (4 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv doc-end: original h_cond disjunct issues (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv multi-doc: prefix preserved (9 steps, n∈[1,22]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv multi-doc: sk/ek output invariant (9 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv multi-doc: original h_cond disjunct issues (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv yaml-directive: prefix preserved (5 steps, n∈[1,11]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv yaml-directive: sk/ek output invariant (5 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv yaml-directive: original h_cond disjunct issues (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv tag-directive: prefix preserved (5 steps, n∈[1,11]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv tag-directive: sk/ek output invariant (5 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv tag-directive: original h_cond disjunct issues (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv block-with-flow-val: prefix preserved (9 steps, n∈[1,16]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv block-with-flow-val: sk/ek output invariant (9 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv block-with-flow-val: original h_cond disjunct issues (6 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv block-with-flow-map: prefix preserved (7 steps, n∈[1,12]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv block-with-flow-map: sk/ek output invariant (7 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv block-with-flow-map: original h_cond disjunct issues (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv block-seq-flow-vals: prefix preserved (12 steps, n∈[1,26]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv block-seq-flow-vals: sk/ek output invariant (12 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv block-seq-flow-vals: original h_cond disjunct issues (8 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv comment-line: prefix preserved (3 steps, n∈[1,5]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv comment-line: sk/ek output invariant (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv comment-line: original h_cond disjunct issues (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv comment-inline: prefix preserved (3 steps, n∈[1,5]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv comment-inline: sk/ek output invariant (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv comment-inline: original h_cond disjunct issues (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv comment-only: prefix preserved (0 steps, n∈[999999,0]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv comment-only: sk/ek output invariant (0 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv anchor: prefix preserved (2 steps, n∈[1,1]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv anchor: sk/ek output invariant (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv anchor: original h_cond disjunct issues (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv anchor-alias: prefix preserved (2 steps, n∈[1,1]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv anchor-alias: sk/ek output invariant (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv anchor-alias: original h_cond disjunct issues (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv anchor-flow: prefix preserved (6 steps, n∈[1,9]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv anchor-flow: sk/ek output invariant (6 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv anchor-flow: original h_cond disjunct issues (4 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv tag-named: prefix preserved (2 steps, n∈[1,1]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv tag-named: sk/ek output invariant (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv tag-named: original h_cond disjunct issues (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv tag-verbatim: prefix preserved (2 steps, n∈[1,1]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv tag-verbatim: sk/ek output invariant (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv tag-verbatim: original h_cond disjunct issues (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv empty: prefix preserved (0 steps, n∈[999999,0]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv empty: sk/ek output invariant (0 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv whitespace-only: prefix preserved (0 steps, n∈[999999,0]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv whitespace-only: sk/ek output invariant (0 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv newline-only: prefix preserved (0 steps, n∈[999999,0]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv newline-only: sk/ek output invariant (0 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv just-scalar: prefix preserved (1 steps, n∈[1,1]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv just-scalar: sk/ek output invariant (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv plain-colon-space: prefix preserved (3 steps, n∈[1,5]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv plain-colon-space: sk/ek output invariant (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv plain-colon-space: original h_cond disjunct issues (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv plain-multiword: prefix preserved (1 steps, n∈[1,1]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv plain-multiword: sk/ek output invariant (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv emit-seq: prefix preserved (5 steps, n∈[1,8]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv emit-seq: sk/ek output invariant (5 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv emit-seq: original h_cond disjunct issues (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv emit-map: prefix preserved (5 steps, n∈[1,8]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv emit-map: sk/ek output invariant (5 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv emit-map: original h_cond disjunct issues (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv emit-nested: prefix preserved (11 steps, n∈[1,18]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv emit-nested: sk/ek output invariant (11 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv emit-nested: original h_cond disjunct issues (6 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv emit-deep: prefix preserved (9 steps, n∈[1,13]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv emit-deep: sk/ek output invariant (9 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv emit-deep: original h_cond disjunct issues (4 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv emit-wide: prefix preserved (25 steps, n∈[1,48]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv emit-wide: sk/ek output invariant (25 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv emit-wide: original h_cond disjunct issues (17 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv emit-complex: prefix preserved (35 steps, n∈[1,68]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv emit-complex: sk/ek output invariant (35 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv emit-complex: original h_cond disjunct issues (22 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv deep-block: prefix preserved (13 steps, n∈[1,25]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv deep-block: sk/ek output invariant (13 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv deep-block: original h_cond disjunct issues (6 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv wide-block-seq: prefix preserved (20 steps, n∈[1,56]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv wide-block-seq: sk/ek output invariant (20 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv wide-block-seq: original h_cond disjunct issues (19 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv kitchen-sink: prefix preserved (30 steps, n∈[1,79]) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv kitchen-sink: sk/ek output invariant (30 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv kitchen-sink: original h_cond disjunct issues (16 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv flow-seq-2 chain: prefix preserved (n₀=1, 5 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv flow-seq-2 chain: strong sk invariant (n₀=1, 5 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv flow-map-1 chain: prefix preserved (n₀=1, 5 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv flow-map-1 chain: strong sk invariant (n₀=1, 5 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv flow-nested-mixed chain: prefix preserved (n₀=1, 17 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv flow-nested-mixed chain: strong sk invariant (n₀=1, 17 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv block-map-1 chain: prefix preserved (n₀=1, 3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv block-map-1 chain: strong sk invariant (n₀=1, 3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv block-map-2 chain: prefix preserved (n₀=1, 6 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv block-map-2 chain: strong sk invariant (n₀=1, 6 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv block-seq-2 chain: prefix preserved (n₀=1, 4 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv block-seq-2 chain: strong sk invariant (n₀=1, 4 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv explicit-key chain: prefix preserved (n₀=1, 4 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv explicit-key chain: strong sk invariant (n₀=1, 4 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv multi-doc chain: prefix preserved (n₀=1, 9 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv multi-doc chain: strong sk invariant (n₀=1, 9 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv emit-nested chain: prefix preserved (n₀=1, 11 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv emit-nested chain: strong sk invariant (n₀=1, 11 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv kitchen-sink chain: prefix preserved (n₀=1, 30 steps) Pass
Adversarial Instantiation Tests (sorry audit) 9e: scanNextToken_prefix_and_sk_inv kitchen-sink chain: strong sk invariant (n₀=1, 30 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) indent-2: offset ≤ inputEnd (5 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) indent-2: inputEnd preserved (5 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) indent-2: input preserved (5 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) indent-2: offset at char boundary (5 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) indent-3: offset ≤ inputEnd (7 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) indent-3: inputEnd preserved (7 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) indent-3: input preserved (7 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) indent-3: offset at char boundary (7 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) indent-4: offset ≤ inputEnd (9 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) indent-4: inputEnd preserved (9 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) indent-4: input preserved (9 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) indent-4: offset at char boundary (9 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) indent-6: offset ≤ inputEnd (13 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) indent-6: inputEnd preserved (13 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) indent-6: input preserved (13 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) indent-6: offset at char boundary (13 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) indent-8: offset ≤ inputEnd (17 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) indent-8: inputEnd preserved (17 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) indent-8: input preserved (17 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) indent-8: offset at char boundary (17 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) indent-unwind: offset ≤ inputEnd (10 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) indent-unwind: inputEnd preserved (10 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) indent-unwind: input preserved (10 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) indent-unwind: offset at char boundary (10 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) indent-unwind-deep: offset ≤ inputEnd (15 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) indent-unwind-deep: inputEnd preserved (15 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) indent-unwind-deep: input preserved (15 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) indent-unwind-deep: offset at char boundary (15 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) seq-indent-cycle: offset ≤ inputEnd (11 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) seq-indent-cycle: inputEnd preserved (11 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) seq-indent-cycle: input preserved (11 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) seq-indent-cycle: offset at char boundary (11 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) skip-spaces: offset ≤ inputEnd (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) skip-spaces: inputEnd preserved (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) skip-spaces: input preserved (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) skip-spaces: offset at char boundary (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) skip-tabs: offset ≤ inputEnd (0 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) skip-tabs: inputEnd preserved (0 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) skip-tabs: input preserved (0 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) skip-tabs: offset at char boundary (0 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) skip-comment: offset ≤ inputEnd (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) skip-comment: inputEnd preserved (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) skip-comment: input preserved (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) skip-comment: offset at char boundary (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) skip-multi-comment: offset ≤ inputEnd (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) skip-multi-comment: inputEnd preserved (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) skip-multi-comment: input preserved (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) skip-multi-comment: offset at char boundary (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) skip-blank-lines: offset ≤ inputEnd (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) skip-blank-lines: inputEnd preserved (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) skip-blank-lines: input preserved (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) skip-blank-lines: offset at char boundary (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) skip-mixed: offset ≤ inputEnd (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) skip-mixed: inputEnd preserved (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) skip-mixed: input preserved (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) skip-mixed: offset at char boundary (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) doc-start: offset ≤ inputEnd (4 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) doc-start: inputEnd preserved (4 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) doc-start: input preserved (4 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) doc-start: offset at char boundary (4 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) doc-end: offset ≤ inputEnd (4 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) doc-end: inputEnd preserved (4 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) doc-end: input preserved (4 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) doc-end: offset at char boundary (4 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) multi-doc: offset ≤ inputEnd (10 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) multi-doc: inputEnd preserved (10 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) multi-doc: input preserved (10 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) multi-doc: offset at char boundary (10 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) yaml-directive: offset ≤ inputEnd (5 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) yaml-directive: inputEnd preserved (5 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) yaml-directive: input preserved (5 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) yaml-directive: offset at char boundary (5 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) tag-directive: offset ≤ inputEnd (5 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) tag-directive: inputEnd preserved (5 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) tag-directive: input preserved (5 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) tag-directive: offset at char boundary (5 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) multi-directive: offset ≤ inputEnd (7 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) multi-directive: inputEnd preserved (7 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) multi-directive: input preserved (7 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) multi-directive: offset at char boundary (7 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) dquoted-simple: offset ≤ inputEnd (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) dquoted-simple: inputEnd preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) dquoted-simple: input preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) dquoted-simple: offset at char boundary (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) dquoted-escape: offset ≤ inputEnd (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) dquoted-escape: inputEnd preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) dquoted-escape: input preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) dquoted-escape: offset at char boundary (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) dquoted-unicode-escape: offset ≤ inputEnd (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) dquoted-unicode-escape: inputEnd preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) dquoted-unicode-escape: input preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) dquoted-unicode-escape: offset at char boundary (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) dquoted-long: offset ≤ inputEnd (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) dquoted-long: inputEnd preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) dquoted-long: input preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) dquoted-long: offset at char boundary (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) dquoted-multiline: offset ≤ inputEnd (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) dquoted-multiline: inputEnd preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) dquoted-multiline: input preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) dquoted-multiline: offset at char boundary (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) dquoted-empty: offset ≤ inputEnd (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) dquoted-empty: inputEnd preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) dquoted-empty: input preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) dquoted-empty: offset at char boundary (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) squoted-simple: offset ≤ inputEnd (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) squoted-simple: inputEnd preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) squoted-simple: input preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) squoted-simple: offset at char boundary (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) squoted-escape: offset ≤ inputEnd (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) squoted-escape: inputEnd preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) squoted-escape: input preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) squoted-escape: offset at char boundary (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) squoted-long: offset ≤ inputEnd (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) squoted-long: inputEnd preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) squoted-long: input preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) squoted-long: offset at char boundary (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) squoted-multiline: offset ≤ inputEnd (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) squoted-multiline: inputEnd preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) squoted-multiline: input preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) squoted-multiline: offset at char boundary (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) block-literal: offset ≤ inputEnd (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) block-literal: inputEnd preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) block-literal: input preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) block-literal: offset at char boundary (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) block-folded: offset ≤ inputEnd (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) block-folded: inputEnd preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) block-folded: input preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) block-folded: offset at char boundary (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) block-literal-long: offset ≤ inputEnd (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) block-literal-long: inputEnd preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) block-literal-long: input preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) block-literal-long: offset at char boundary (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) block-keep: offset ≤ inputEnd (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) block-keep: inputEnd preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) block-keep: input preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) block-keep: offset at char boundary (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) block-strip: offset ≤ inputEnd (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) block-strip: inputEnd preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) block-strip: input preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) block-strip: offset at char boundary (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) block-indent: offset ≤ inputEnd (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) block-indent: inputEnd preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) block-indent: input preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) block-indent: offset at char boundary (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) plain-simple: offset ≤ inputEnd (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) plain-simple: inputEnd preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) plain-simple: input preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) plain-simple: offset at char boundary (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) plain-multiword: offset ≤ inputEnd (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) plain-multiword: inputEnd preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) plain-multiword: input preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) plain-multiword: offset at char boundary (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) plain-long: offset ≤ inputEnd (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) plain-long: inputEnd preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) plain-long: input preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) plain-long: offset at char boundary (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) plain-multiline: offset ≤ inputEnd (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) plain-multiline: inputEnd preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) plain-multiline: input preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) plain-multiline: offset at char boundary (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) anchor-short: offset ≤ inputEnd (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) anchor-short: inputEnd preserved (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) anchor-short: input preserved (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) anchor-short: offset at char boundary (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) anchor-long: offset ≤ inputEnd (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) anchor-long: inputEnd preserved (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) anchor-long: input preserved (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) anchor-long: offset at char boundary (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) alias-short: offset ≤ inputEnd (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) alias-short: inputEnd preserved (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) alias-short: input preserved (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) alias-short: offset at char boundary (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) alias-long: offset ≤ inputEnd (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) alias-long: inputEnd preserved (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) alias-long: input preserved (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) alias-long: offset at char boundary (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) tag-named: offset ≤ inputEnd (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) tag-named: inputEnd preserved (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) tag-named: input preserved (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) tag-named: offset at char boundary (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) tag-verbatim: offset ≤ inputEnd (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) tag-verbatim: inputEnd preserved (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) tag-verbatim: input preserved (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) tag-verbatim: offset at char boundary (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) tag-custom: offset ≤ inputEnd (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) tag-custom: inputEnd preserved (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) tag-custom: input preserved (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) tag-custom: offset at char boundary (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-2byte: offset ≤ inputEnd (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-2byte: inputEnd preserved (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-2byte: input preserved (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-2byte: offset at char boundary (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-3byte: offset ≤ inputEnd (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-3byte: inputEnd preserved (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-3byte: input preserved (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-3byte: offset at char boundary (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-4byte: offset ≤ inputEnd (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-4byte: inputEnd preserved (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-4byte: input preserved (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-4byte: offset at char boundary (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-mixed: offset ≤ inputEnd (6 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-mixed: inputEnd preserved (6 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-mixed: input preserved (6 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-mixed: offset at char boundary (6 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-dquoted: offset ≤ inputEnd (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-dquoted: inputEnd preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-dquoted: input preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-dquoted: offset at char boundary (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-squoted: offset ≤ inputEnd (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-squoted: inputEnd preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-squoted: input preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-squoted: offset at char boundary (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-plain: offset ≤ inputEnd (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-plain: inputEnd preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-plain: input preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-plain: offset at char boundary (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-anchor: offset ≤ inputEnd (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-anchor: inputEnd preserved (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-anchor: input preserved (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-anchor: offset at char boundary (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-tag: offset ≤ inputEnd (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-tag: inputEnd preserved (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-tag: input preserved (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-tag: offset at char boundary (2 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-block-literal: offset ≤ inputEnd (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-block-literal: inputEnd preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-block-literal: input preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-block-literal: offset at char boundary (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-deep: offset ≤ inputEnd (13 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-deep: inputEnd preserved (13 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-deep: input preserved (13 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-deep: offset at char boundary (13 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-emoji: offset ≤ inputEnd (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-emoji: inputEnd preserved (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-emoji: input preserved (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-emoji: offset at char boundary (3 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-flow: offset ≤ inputEnd (7 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-flow: inputEnd preserved (7 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-flow: input preserved (7 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-flow: offset at char boundary (7 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-flow-map: offset ≤ inputEnd (9 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-flow-map: inputEnd preserved (9 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-flow-map: input preserved (9 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) utf8-flow-map: offset at char boundary (9 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) all-phases: offset ≤ inputEnd (23 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) all-phases: inputEnd preserved (23 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) all-phases: input preserved (23 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) all-phases: offset at char boundary (23 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) deep-flow-nested: offset ≤ inputEnd (25 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) deep-flow-nested: inputEnd preserved (25 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) deep-flow-nested: input preserved (25 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) deep-flow-nested: offset at char boundary (25 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) wide-mixed-content: offset ≤ inputEnd (18 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) wide-mixed-content: inputEnd preserved (18 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) wide-mixed-content: input preserved (18 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) wide-mixed-content: offset at char boundary (18 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) emit-seq: offset ≤ inputEnd (7 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) emit-seq: inputEnd preserved (7 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) emit-seq: input preserved (7 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) emit-seq: offset at char boundary (7 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) emit-map: offset ≤ inputEnd (9 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) emit-map: inputEnd preserved (9 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) emit-map: input preserved (9 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) emit-map: offset at char boundary (9 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) emit-nested: offset ≤ inputEnd (11 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) emit-nested: inputEnd preserved (11 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) emit-nested: input preserved (11 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) emit-nested: offset at char boundary (11 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) emit-deep: offset ≤ inputEnd (9 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) emit-deep: inputEnd preserved (9 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) emit-deep: input preserved (9 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) emit-deep: offset at char boundary (9 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) emit-complex: offset ≤ inputEnd (35 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) emit-complex: inputEnd preserved (35 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) emit-complex: input preserved (35 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) emit-complex: offset at char boundary (35 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) emit-utf8: offset ≤ inputEnd (9 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) emit-utf8: inputEnd preserved (9 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) emit-utf8: input preserved (9 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) emit-utf8: offset at char boundary (9 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) empty: offset ≤ inputEnd (0 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) empty: inputEnd preserved (0 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) empty: input preserved (0 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) empty: offset at char boundary (0 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) whitespace-only: offset ≤ inputEnd (0 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) whitespace-only: inputEnd preserved (0 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) whitespace-only: input preserved (0 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) whitespace-only: offset at char boundary (0 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) newlines-only: offset ≤ inputEnd (0 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) newlines-only: inputEnd preserved (0 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) newlines-only: input preserved (0 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) newlines-only: offset at char boundary (0 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) bom: offset ≤ inputEnd (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) bom: inputEnd preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) bom: input preserved (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) 5: BoundInv preservation (preprocess/structural/content) bom: offset at char boundary (1 steps) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix diag-simple-key-val: diagnostic complete Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix diag-emit-map-1: diagnostic complete Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix emit-seq-1: filtered prefix (sk.possible=false, 5 pairs) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix emit-seq-1: sk.possible=false at flow opens (1/1) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix emit-seq-3: filtered prefix (sk.possible=false, 13 pairs) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix emit-seq-3: sk.possible=false at flow opens (1/1) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix emit-map-1: filtered prefix (sk.possible=false, 11 pairs) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix emit-map-1: sk.possible=false at flow opens (1/1) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix emit-map-2: filtered prefix (sk.possible=false, 25 pairs) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix emit-map-2: sk.possible=false at flow opens (1/1) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix emit-nested-seq: filtered prefix (sk.possible=false, 24 pairs) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix emit-nested-seq: sk.possible=false at flow opens (2/2) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix emit-nested-map: filtered prefix (sk.possible=false, 29 pairs) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix emit-nested-map: sk.possible=false at flow opens (2/2) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix emit-deep: filtered prefix (sk.possible=false, 22 pairs) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix emit-deep: sk.possible=false at flow opens (3/3) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix emit-mixed: filtered prefix (sk.possible=false, 74 pairs) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix emit-mixed: sk.possible=false at flow opens (3/3) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix emit-complex: filtered prefix (sk.possible=false, 288 pairs) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix emit-complex: sk.possible=false at flow opens (6/6) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix simple-key-val: filtered prefix (sk.possible=false, 4 pairs) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix simple-key-val: sk.possible=false at flow opens (0/0) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix simple-key-nested: filtered prefix (sk.possible=false, 11 pairs) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix simple-key-nested: sk.possible=false at flow opens (0/0) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix explicit-key: filtered prefix (sk.possible=false, 8 pairs) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix explicit-key: sk.possible=false at flow opens (0/0) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix flow-seq: filtered prefix (sk.possible=false, 13 pairs) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix flow-seq: sk.possible=false at flow opens (1/1) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix flow-map: filtered prefix (sk.possible=false, 25 pairs) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix flow-map: sk.possible=false at flow opens (1/1) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix flow-nested: filtered prefix (sk.possible=false, 41 pairs) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix flow-nested: sk.possible=false at flow opens (3/3) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix flow-deep: filtered prefix (sk.possible=false, 89 pairs) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix flow-deep: sk.possible=false at flow opens (4/4) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix block-seq: filtered prefix (sk.possible=false, 6 pairs) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix block-seq: sk.possible=false at flow opens (0/0) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix block-map: filtered prefix (sk.possible=false, 21 pairs) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix block-map: sk.possible=false at flow opens (0/0) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix block-mixed: filtered prefix (sk.possible=false, 10 pairs) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix block-mixed: sk.possible=false at flow opens (0/0) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix block-nested: filtered prefix (sk.possible=false, 16 pairs) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix block-nested: sk.possible=false at flow opens (0/0) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix dquoted: filtered prefix (sk.possible=false, 1 pairs) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix dquoted: sk.possible=false at flow opens (0/0) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix squoted: filtered prefix (sk.possible=false, 1 pairs) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix squoted: sk.possible=false at flow opens (0/0) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix flow-dquoted: filtered prefix (sk.possible=false, 9 pairs) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix flow-dquoted: sk.possible=false at flow opens (1/1) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix doc-start: filtered prefix (sk.possible=false, 8 pairs) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix doc-start: sk.possible=false at flow opens (0/0) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix doc-end: filtered prefix (sk.possible=false, 6 pairs) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix doc-end: sk.possible=false at flow opens (0/0) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix multi-doc: filtered prefix (sk.possible=false, 31 pairs) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix multi-doc: sk.possible=false at flow opens (0/0) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix yaml-directive: filtered prefix (sk.possible=false, 9 pairs) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix yaml-directive: sk.possible=false at flow opens (0/0) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix tag-directive: filtered prefix (sk.possible=false, 9 pairs) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix tag-directive: sk.possible=false at flow opens (0/0) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix empty: filtered prefix (sk.possible=false, 0 pairs) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix empty: sk.possible=false at flow opens (0/0) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix ws-only: filtered prefix (sk.possible=false, 0 pairs) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix ws-only: sk.possible=false at flow opens (0/0) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix plain-scalar: filtered prefix (sk.possible=false, 1 pairs) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix plain-scalar: sk.possible=false at flow opens (0/0) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix deep-flow-in-block: filtered prefix (sk.possible=false, 180 pairs) Pass
Adversarial Instantiation Tests (sorry audit) ScanChain_filtered_prefix deep-flow-in-block: sk.possible=false at flow opens (5/5) Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-seq-1: scan ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-seq-1: outer [ Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-seq-1: parseNode@2 ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-seq-1: parseNode@2 advances Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-seq-1: parseNode@2 tokens preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-seq-1: found nested [ Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-seq-2: scan ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-seq-2: outer [ Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-seq-2: parseNode@2 ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-seq-2: parseNode@2 advances Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-seq-2: parseNode@2 tokens preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-seq-2: found nested [ Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-seq-deep: scan ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-seq-deep: outer [ Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-seq-deep: parseNode@2 ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-seq-deep: parseNode@2 advances Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-seq-deep: parseNode@2 tokens preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-seq-deep: found nested [ Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-seq-after-scalar: scan ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-seq-after-scalar: outer [ Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-seq-after-scalar: parseNode@4 ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-seq-after-scalar: parseNode@4 advances Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-seq-after-scalar: parseNode@4 tokens preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-seq-after-scalar: found nested [ Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-seq-multi: scan ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-seq-multi: outer [ Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-seq-multi: parseNode@2 ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-seq-multi: parseNode@2 advances Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-seq-multi: parseNode@2 tokens preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-seq-multi: found nested [ Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-map-1: scan ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-map-1: outer [ Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-map-1: parseNode@2 ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-map-1: parseNode@2 advances Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-map-1: parseNode@2 tokens preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-map-1: found nested { Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-map-2: scan ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-map-2: outer [ Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-map-2: parseNode@2 ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-map-2: parseNode@2 advances Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-map-2: parseNode@2 tokens preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-map-2: found nested { Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-map-deep: scan ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-map-deep: outer [ Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-map-deep: parseNode@2 ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-map-deep: parseNode@2 advances Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-map-deep: parseNode@2 tokens preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-map-deep: found nested { Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-map-after-scalar: scan ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-map-after-scalar: outer [ Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-map-after-scalar: parseNode@4 ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-map-after-scalar: parseNode@4 advances Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-map-after-scalar: parseNode@4 tokens preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-map-after-scalar: found nested { Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-map-mixed: scan ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-map-mixed: outer [ Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-map-mixed: parseNode@2 ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-map-mixed: parseNode@2 advances Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-map-mixed: parseNode@2 tokens preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas nested-map-mixed: found nested { Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas map-entry-1: scan ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas map-entry-1: outer { Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas map-entry-1: found .key@2 Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas map-entry-1: parseExplicitKey ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas map-entry-1: parseExplicitKey advances Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas map-entry-1: parseFlowMappingValue ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas map-entry-1: parseFlowMappingValue advances Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas map-entry-1: tokens preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas map-entry-2: scan ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas map-entry-2: outer { Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas map-entry-2: found .key@2 Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas map-entry-2: parseExplicitKey ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas map-entry-2: parseExplicitKey advances Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas map-entry-2: parseFlowMappingValue ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas map-entry-2: parseFlowMappingValue advances Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas map-entry-2: tokens preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas map-entry-nested-val-seq: scan ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas map-entry-nested-val-seq: outer { Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas map-entry-nested-val-seq: found .key@2 Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas map-entry-nested-val-seq: parseExplicitKey ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas map-entry-nested-val-seq: parseExplicitKey advances Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas map-entry-nested-val-seq: parseFlowMappingValue ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas map-entry-nested-val-seq: parseFlowMappingValue advances Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas map-entry-nested-val-seq: tokens preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas map-entry-nested-val-map: scan ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas map-entry-nested-val-map: outer { Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas map-entry-nested-val-map: found .key@2 Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas map-entry-nested-val-map: parseExplicitKey ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas map-entry-nested-val-map: parseExplicitKey advances Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas map-entry-nested-val-map: parseFlowMappingValue ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas map-entry-nested-val-map: parseFlowMappingValue advances Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas map-entry-nested-val-map: tokens preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas map-entry-complex: scan ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas map-entry-complex: outer { Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas map-entry-complex: found .key@2 Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas map-entry-complex: parseExplicitKey ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas map-entry-complex: parseExplicitKey advances Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas map-entry-complex: parseFlowMappingValue ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas map-entry-complex: parseFlowMappingValue advances Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas map-entry-complex: tokens preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas map-entry-deep: scan ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas map-entry-deep: outer { Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas map-entry-deep: found .key@2 Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas map-entry-deep: parseExplicitKey ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas map-entry-deep: parseExplicitKey advances Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas map-entry-deep: parseFlowMappingValue ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas map-entry-deep: parseFlowMappingValue advances Pass
Adversarial Instantiation Tests (sorry audit) Priority 6: Flow parser helper lemmas map-entry-deep: tokens preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-simple: scan ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-simple: found .key@2 Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-simple: mono@fuel2→3 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-simple: mono@fuel3→4 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-simple: mono@fuel4→5 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-simple: mono@fuel5→6 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-simple: mono@fuel6→7 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-simple: mono@fuel7→8 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-simple: mono@fuel8→9 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-simple: mono@fuel9→10 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-simple: mono@fuel10→11 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-simple: mono@fuel11→12 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-simple: mono@fuel12→13 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-simple: mono@fuel13→14 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-simple: mono@fuel14→15 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-simple: mono@fuel15→16 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-simple: mono@fuel16→17 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-simple: mono@fuel17→18 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-simple: mono@fuel18→19 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-simple: mono@fuel19→20 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-simple: mono@fuel20→21 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-simple: mono@fuel21→22 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-simple: mono@fuel22→23 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-simple: mono@fuel23→24 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-simple: mono@fuel24→25 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-simple: mono@fuel25→26 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-simple: mono@fuel26→27 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-simple: mono@fuel27→28 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-simple: mono@fuel28→29 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-simple: mono@fuel29→30 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-simple: mono@fuel30→31 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-simple: mono@fuel31→32 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-simple: mono@fuel32→33 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-simple: mono@fuel33→34 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-simple: mono@fuel34→35 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-simple: mono@fuel35→36 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-simple: mono@fuel36→37 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-simple: mono@fuel37→38 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-simple: mono@fuel38→39 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-simple: mono@fuel39→40 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-simple: mono@fuel40→41 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-simple: some fuel succeeded Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-simple: no regression where ih_pn+h_bmv hold Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-simple: first success (ih_pn-guarded) fuel = 2 Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: scan ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: found .key@2 Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel2→3 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel3→4 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel4→5 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel5→6 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel6→7 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel7→8 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel8→9 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel9→10 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel10→11 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel11→12 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel12→13 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel13→14 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel14→15 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel15→16 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel16→17 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel17→18 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel18→19 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel19→20 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel20→21 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel21→22 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel22→23 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel23→24 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel24→25 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel25→26 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel26→27 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel27→28 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel28→29 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel29→30 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel30→31 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel31→32 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel32→33 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel33→34 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel34→35 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel35→36 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel36→37 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel37→38 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel38→39 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel39→40 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel40→41 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel41→42 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel42→43 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel43→44 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel44→45 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel45→46 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel46→47 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel47→48 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel48→49 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel49→50 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel50→51 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel51→52 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel52→53 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel53→54 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel54→55 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel55→56 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: mono@fuel56→57 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: some fuel succeeded Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: no regression where ih_pn+h_bmv hold Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-two-pairs: first success (ih_pn-guarded) fuel = 2 Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: scan ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: found .key@2 Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel2→3 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel3→4 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel4→5 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel5→6 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel6→7 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel7→8 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel8→9 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel9→10 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel10→11 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel11→12 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel12→13 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel13→14 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel14→15 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel15→16 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel16→17 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel17→18 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel18→19 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel19→20 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel20→21 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel21→22 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel22→23 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel23→24 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel24→25 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel25→26 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel26→27 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel27→28 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel28→29 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel29→30 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel30→31 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel31→32 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel32→33 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel33→34 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel34→35 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel35→36 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel36→37 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel37→38 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel38→39 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel39→40 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel40→41 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel41→42 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel42→43 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel43→44 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel44→45 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel45→46 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel46→47 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel47→48 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel48→49 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel49→50 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel50→51 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel51→52 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel52→53 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel53→54 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel54→55 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel55→56 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel56→57 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel57→58 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel58→59 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel59→60 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel60→61 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel61→62 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel62→63 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel63→64 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel64→65 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel65→66 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel66→67 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel67→68 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel68→69 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel69→70 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel70→71 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel71→72 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: mono@fuel72→73 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: some fuel succeeded Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: no regression where ih_pn+h_bmv hold Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step implicit-three-pairs: first success (ih_pn-guarded) fuel = 2 Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-empty-key: scan ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-empty-key: found .key@2 Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-empty-key: mono@fuel2→3 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-empty-key: mono@fuel3→4 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-empty-key: mono@fuel4→5 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-empty-key: mono@fuel5→6 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-empty-key: mono@fuel6→7 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-empty-key: mono@fuel7→8 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-empty-key: mono@fuel8→9 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-empty-key: mono@fuel9→10 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-empty-key: mono@fuel10→11 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-empty-key: mono@fuel11→12 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-empty-key: mono@fuel12→13 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-empty-key: mono@fuel13→14 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-empty-key: mono@fuel14→15 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-empty-key: mono@fuel15→16 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-empty-key: mono@fuel16→17 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-empty-key: mono@fuel17→18 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-empty-key: mono@fuel18→19 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-empty-key: mono@fuel19→20 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-empty-key: mono@fuel20→21 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-empty-key: mono@fuel21→22 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-empty-key: mono@fuel22→23 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-empty-key: mono@fuel23→24 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-empty-key: mono@fuel24→25 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-empty-key: mono@fuel25→26 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-empty-key: mono@fuel26→27 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-empty-key: mono@fuel27→28 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-empty-key: mono@fuel28→29 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-empty-key: mono@fuel29→30 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-empty-key: mono@fuel30→31 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-empty-key: mono@fuel31→32 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-empty-key: mono@fuel32→33 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-empty-key: mono@fuel33→34 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-empty-key: mono@fuel34→35 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-empty-key: mono@fuel35→36 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-empty-key: mono@fuel36→37 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-empty-key: some fuel succeeded Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-empty-key: no regression where ih_pn+h_bmv hold Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-empty-key: first success (ih_pn-guarded) fuel = 2 Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-key-only: scan ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-key-only: found .key@2 Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-key-only: mono@fuel2→3 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-key-only: mono@fuel3→4 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-key-only: mono@fuel4→5 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-key-only: mono@fuel5→6 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-key-only: mono@fuel6→7 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-key-only: mono@fuel7→8 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-key-only: mono@fuel8→9 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-key-only: mono@fuel9→10 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-key-only: mono@fuel10→11 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-key-only: mono@fuel11→12 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-key-only: mono@fuel12→13 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-key-only: mono@fuel13→14 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-key-only: mono@fuel14→15 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-key-only: mono@fuel15→16 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-key-only: mono@fuel16→17 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-key-only: mono@fuel17→18 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-key-only: mono@fuel18→19 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-key-only: mono@fuel19→20 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-key-only: mono@fuel20→21 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-key-only: mono@fuel21→22 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-key-only: mono@fuel22→23 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-key-only: mono@fuel23→24 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-key-only: mono@fuel24→25 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-key-only: mono@fuel25→26 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-key-only: mono@fuel26→27 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-key-only: mono@fuel27→28 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-key-only: mono@fuel28→29 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-key-only: mono@fuel29→30 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-key-only: mono@fuel30→31 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-key-only: mono@fuel31→32 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-key-only: mono@fuel32→33 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-key-only: some fuel succeeded Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-key-only: no regression where ih_pn+h_bmv hold Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-key-only: first success (ih_pn-guarded) fuel = 2 Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-full: scan ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-full: found .key@2 Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-full: mono@fuel2→3 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-full: mono@fuel3→4 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-full: mono@fuel4→5 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-full: mono@fuel5→6 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-full: mono@fuel6→7 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-full: mono@fuel7→8 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-full: mono@fuel8→9 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-full: mono@fuel9→10 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-full: mono@fuel10→11 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-full: mono@fuel11→12 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-full: mono@fuel12→13 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-full: mono@fuel13→14 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-full: mono@fuel14→15 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-full: mono@fuel15→16 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-full: mono@fuel16→17 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-full: mono@fuel17→18 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-full: mono@fuel18→19 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-full: mono@fuel19→20 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-full: mono@fuel20→21 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-full: mono@fuel21→22 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-full: mono@fuel22→23 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-full: mono@fuel23→24 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-full: mono@fuel24→25 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-full: mono@fuel25→26 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-full: mono@fuel26→27 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-full: mono@fuel27→28 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-full: mono@fuel28→29 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-full: mono@fuel29→30 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-full: mono@fuel30→31 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-full: mono@fuel31→32 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-full: mono@fuel32→33 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-full: mono@fuel33→34 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-full: mono@fuel34→35 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-full: mono@fuel35→36 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-full: mono@fuel36→37 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-full: mono@fuel37→38 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-full: mono@fuel38→39 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-full: mono@fuel39→40 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-full: mono@fuel40→41 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-full: some fuel succeeded Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-full: no regression where ih_pn+h_bmv hold Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-full: first success (ih_pn-guarded) fuel = 2 Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: scan ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: found .key@2 Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel2→3 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel3→4 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel4→5 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel5→6 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel6→7 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel7→8 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel8→9 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel9→10 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel10→11 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel11→12 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel12→13 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel13→14 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel14→15 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel15→16 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel16→17 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel17→18 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel18→19 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel19→20 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel20→21 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel21→22 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel22→23 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel23→24 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel24→25 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel25→26 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel26→27 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel27→28 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel28→29 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel29→30 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel30→31 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel31→32 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel32→33 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel33→34 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel34→35 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel35→36 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel36→37 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel37→38 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel38→39 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel39→40 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel40→41 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel41→42 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel42→43 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel43→44 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel44→45 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel45→46 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel46→47 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel47→48 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel48→49 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel49→50 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel50→51 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel51→52 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel52→53 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel53→54 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel54→55 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel55→56 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: mono@fuel56→57 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: some fuel succeeded Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: no regression where ih_pn+h_bmv hold Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step explicit-two: first success (ih_pn-guarded) fuel = 2 Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: scan ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: found .key@2 Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel5→6 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel6→7 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel7→8 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel8→9 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel9→10 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel10→11 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel11→12 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel12→13 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel13→14 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel14→15 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel15→16 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel16→17 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel17→18 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel18→19 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel19→20 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel20→21 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel21→22 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel22→23 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel23→24 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel24→25 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel25→26 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel26→27 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel27→28 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel28→29 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel29→30 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel30→31 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel31→32 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel32→33 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel33→34 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel34→35 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel35→36 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel36→37 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel37→38 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel38→39 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel39→40 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel40→41 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel41→42 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel42→43 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel43→44 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel44→45 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel45→46 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel46→47 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel47→48 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel48→49 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel49→50 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel50→51 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel51→52 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel52→53 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel53→54 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel54→55 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel55→56 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel56→57 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel57→58 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel58→59 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel59→60 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: mono@fuel60→61 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: some fuel succeeded Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: no regression where ih_pn+h_bmv hold Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: first success (ih_pn-guarded) fuel = 5 Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq: vacuous-ih_pn fuel count = 1 Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: scan ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: found .key@2 Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel9→10 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel10→11 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel11→12 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel12→13 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel13→14 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel14→15 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel15→16 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel16→17 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel17→18 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel18→19 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel19→20 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel20→21 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel21→22 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel22→23 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel23→24 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel24→25 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel25→26 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel26→27 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel27→28 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel28→29 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel29→30 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel30→31 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel31→32 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel32→33 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel33→34 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel34→35 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel35→36 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel36→37 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel37→38 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel38→39 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel39→40 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel40→41 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel41→42 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel42→43 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel43→44 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel44→45 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel45→46 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel46→47 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel47→48 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel48→49 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel49→50 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel50→51 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel51→52 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel52→53 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel53→54 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel54→55 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel55→56 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel56→57 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel57→58 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel58→59 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel59→60 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel60→61 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel61→62 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel62→63 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel63→64 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel64→65 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel65→66 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel66→67 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel67→68 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel68→69 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel69→70 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel70→71 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel71→72 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel72→73 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel73→74 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel74→75 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel75→76 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel76→77 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel77→78 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel78→79 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel79→80 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: mono@fuel80→81 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: some fuel succeeded Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: no regression where ih_pn+h_bmv hold Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: first success (ih_pn-guarded) fuel = 9 Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-seq-nested: vacuous-ih_pn fuel count = 1 Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: scan ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: found .key@2 Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel5→6 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel6→7 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel7→8 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel8→9 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel9→10 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel10→11 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel11→12 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel12→13 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel13→14 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel14→15 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel15→16 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel16→17 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel17→18 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel18→19 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel19→20 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel20→21 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel21→22 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel22→23 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel23→24 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel24→25 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel25→26 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel26→27 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel27→28 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel28→29 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel29→30 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel30→31 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel31→32 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel32→33 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel33→34 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel34→35 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel35→36 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel36→37 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel37→38 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel38→39 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel39→40 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel40→41 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel41→42 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel42→43 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel43→44 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel44→45 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel45→46 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel46→47 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel47→48 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel48→49 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel49→50 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel50→51 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel51→52 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel52→53 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel53→54 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel54→55 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel55→56 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel56→57 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel57→58 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel58→59 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel59→60 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel60→61 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel61→62 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel62→63 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel63→64 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel64→65 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel65→66 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel66→67 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel67→68 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel68→69 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel69→70 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel70→71 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel71→72 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel72→73 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel73→74 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel74→75 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel75→76 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: mono@fuel76→77 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: some fuel succeeded Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: no regression where ih_pn+h_bmv hold Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: first success (ih_pn-guarded) fuel = 5 Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map: vacuous-ih_pn fuel count = 1 Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: scan ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: found .key@2 Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel7→8 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel8→9 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel9→10 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel10→11 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel11→12 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel12→13 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel13→14 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel14→15 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel15→16 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel16→17 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel17→18 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel18→19 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel19→20 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel20→21 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel21→22 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel22→23 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel23→24 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel24→25 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel25→26 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel26→27 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel27→28 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel28→29 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel29→30 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel30→31 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel31→32 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel32→33 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel33→34 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel34→35 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel35→36 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel36→37 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel37→38 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel38→39 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel39→40 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel40→41 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel41→42 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel42→43 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel43→44 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel44→45 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel45→46 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel46→47 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel47→48 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel48→49 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel49→50 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel50→51 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel51→52 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel52→53 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel53→54 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel54→55 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel55→56 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel56→57 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel57→58 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel58→59 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel59→60 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel60→61 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel61→62 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel62→63 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel63→64 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel64→65 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel65→66 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel66→67 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel67→68 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel68→69 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel69→70 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel70→71 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel71→72 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel72→73 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel73→74 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel74→75 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel75→76 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel76→77 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel77→78 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel78→79 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel79→80 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: mono@fuel80→81 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: some fuel succeeded Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: no regression where ih_pn+h_bmv hold Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: first success (ih_pn-guarded) fuel = 7 Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step block-value-map-deep: vacuous-ih_pn fuel count = 2 Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: scan ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: found .key@2 Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel6→7 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel7→8 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel8→9 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel9→10 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel10→11 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel11→12 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel12→13 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel13→14 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel14→15 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel15→16 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel16→17 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel17→18 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel18→19 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel19→20 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel20→21 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel21→22 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel22→23 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel23→24 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel24→25 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel25→26 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel26→27 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel27→28 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel28→29 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel29→30 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel30→31 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel31→32 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel32→33 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel33→34 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel34→35 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel35→36 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel36→37 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel37→38 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel38→39 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel39→40 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel40→41 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel41→42 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel42→43 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel43→44 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel44→45 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel45→46 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel46→47 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel47→48 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel48→49 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel49→50 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel50→51 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel51→52 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel52→53 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel53→54 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel54→55 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel55→56 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel56→57 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel57→58 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel58→59 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel59→60 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel60→61 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel61→62 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel62→63 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel63→64 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: mono@fuel64→65 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: some fuel succeeded Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: no regression where ih_pn+h_bmv hold Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-seq: first success (ih_pn-guarded) fuel = 6 Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: scan ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: found .key@2 Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel5→6 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel6→7 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel7→8 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel8→9 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel9→10 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel10→11 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel11→12 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel12→13 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel13→14 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel14→15 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel15→16 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel16→17 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel17→18 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel18→19 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel19→20 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel20→21 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel21→22 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel22→23 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel23→24 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel24→25 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel25→26 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel26→27 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel27→28 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel28→29 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel29→30 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel30→31 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel31→32 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel32→33 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel33→34 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel34→35 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel35→36 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel36→37 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel37→38 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel38→39 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel39→40 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel40→41 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel41→42 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel42→43 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel43→44 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel44→45 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel45→46 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel46→47 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel47→48 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel48→49 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel49→50 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel50→51 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel51→52 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel52→53 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel53→54 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel54→55 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel55→56 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel56→57 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel57→58 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel58→59 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel59→60 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel60→61 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel61→62 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel62→63 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel63→64 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel64→65 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel65→66 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel66→67 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel67→68 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel68→69 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel69→70 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel70→71 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel71→72 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel72→73 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel73→74 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel74→75 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel75→76 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel76→77 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel77→78 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel78→79 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel79→80 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: mono@fuel80→81 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: some fuel succeeded Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: no regression where ih_pn+h_bmv hold Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-map: first success (ih_pn-guarded) fuel = 5 Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: scan ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: found .key@2 Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel9→10 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel10→11 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel11→12 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel12→13 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel13→14 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel14→15 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel15→16 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel16→17 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel17→18 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel18→19 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel19→20 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel20→21 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel21→22 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel22→23 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel23→24 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel24→25 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel25→26 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel26→27 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel27→28 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel28→29 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel29→30 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel30→31 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel31→32 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel32→33 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel33→34 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel34→35 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel35→36 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel36→37 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel37→38 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel38→39 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel39→40 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel40→41 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel41→42 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel42→43 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel43→44 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel44→45 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel45→46 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel46→47 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel47→48 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel48→49 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel49→50 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel50→51 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel51→52 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel52→53 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel53→54 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel54→55 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel55→56 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel56→57 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel57→58 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel58→59 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel59→60 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel60→61 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel61→62 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel62→63 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel63→64 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel64→65 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel65→66 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel66→67 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel67→68 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel68→69 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel69→70 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel70→71 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel71→72 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel72→73 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel73→74 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel74→75 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel75→76 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel76→77 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel77→78 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel78→79 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel79→80 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel80→81 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel81→82 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel82→83 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel83→84 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel84→85 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel85→86 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel86→87 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel87→88 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel88→89 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel89→90 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel90→91 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel91→92 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: mono@fuel92→93 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: some fuel succeeded Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: no regression where ih_pn+h_bmv hold Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step flow-value-complex: first success (ih_pn-guarded) fuel = 9 Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-value: scan ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-value: found .key@2 Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-value: mono@fuel2→3 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-value: mono@fuel3→4 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-value: mono@fuel4→5 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-value: mono@fuel5→6 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-value: mono@fuel6→7 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-value: mono@fuel7→8 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-value: mono@fuel8→9 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-value: mono@fuel9→10 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-value: mono@fuel10→11 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-value: mono@fuel11→12 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-value: mono@fuel12→13 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-value: mono@fuel13→14 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-value: mono@fuel14→15 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-value: mono@fuel15→16 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-value: mono@fuel16→17 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-value: mono@fuel17→18 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-value: mono@fuel18→19 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-value: mono@fuel19→20 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-value: mono@fuel20→21 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-value: mono@fuel21→22 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-value: mono@fuel22→23 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-value: mono@fuel23→24 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-value: mono@fuel24→25 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-value: mono@fuel25→26 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-value: mono@fuel26→27 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-value: mono@fuel27→28 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-value: mono@fuel28→29 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-value: mono@fuel29→30 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-value: mono@fuel30→31 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-value: mono@fuel31→32 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-value: mono@fuel32→33 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-value: mono@fuel33→34 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-value: mono@fuel34→35 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-value: mono@fuel35→36 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-value: mono@fuel36→37 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-value: mono@fuel37→38 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-value: mono@fuel38→39 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-value: mono@fuel39→40 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-value: mono@fuel40→41 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-value: some fuel succeeded Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-value: no regression where ih_pn+h_bmv hold Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-value: first success (ih_pn-guarded) fuel = 2 Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-key: scan ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-key: found .key@2 Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-key: mono@fuel2→3 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-key: mono@fuel3→4 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-key: mono@fuel4→5 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-key: mono@fuel5→6 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-key: mono@fuel6→7 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-key: mono@fuel7→8 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-key: mono@fuel8→9 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-key: mono@fuel9→10 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-key: mono@fuel10→11 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-key: mono@fuel11→12 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-key: mono@fuel12→13 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-key: mono@fuel13→14 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-key: mono@fuel14→15 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-key: mono@fuel15→16 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-key: mono@fuel16→17 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-key: mono@fuel17→18 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-key: mono@fuel18→19 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-key: mono@fuel19→20 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-key: mono@fuel20→21 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-key: mono@fuel21→22 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-key: mono@fuel22→23 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-key: mono@fuel23→24 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-key: mono@fuel24→25 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-key: mono@fuel25→26 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-key: mono@fuel26→27 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-key: mono@fuel27→28 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-key: mono@fuel28→29 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-key: mono@fuel29→30 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-key: mono@fuel30→31 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-key: mono@fuel31→32 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-key: mono@fuel32→33 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-key: mono@fuel33→34 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-key: mono@fuel34→35 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-key: mono@fuel35→36 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-key: mono@fuel36→37 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-key: mono@fuel37→38 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-key: mono@fuel38→39 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-key: mono@fuel39→40 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-key: mono@fuel40→41 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-key: some fuel succeeded Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-key: no regression where ih_pn+h_bmv hold Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step quoted-key: first success (ih_pn-guarded) fuel = 2 Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step null-value: scan ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step null-value: found .key@2 Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step null-value: mono@fuel2→3 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step null-value: mono@fuel3→4 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step null-value: mono@fuel4→5 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step null-value: mono@fuel5→6 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step null-value: mono@fuel6→7 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step null-value: mono@fuel7→8 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step null-value: mono@fuel8→9 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step null-value: mono@fuel9→10 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step null-value: mono@fuel10→11 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step null-value: mono@fuel11→12 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step null-value: mono@fuel12→13 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step null-value: mono@fuel13→14 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step null-value: mono@fuel14→15 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step null-value: mono@fuel15→16 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step null-value: mono@fuel16→17 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step null-value: mono@fuel17→18 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step null-value: mono@fuel18→19 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step null-value: mono@fuel19→20 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step null-value: mono@fuel20→21 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step null-value: mono@fuel21→22 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step null-value: mono@fuel22→23 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step null-value: mono@fuel23→24 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step null-value: mono@fuel24→25 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step null-value: mono@fuel25→26 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step null-value: mono@fuel26→27 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step null-value: mono@fuel27→28 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step null-value: mono@fuel28→29 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step null-value: mono@fuel29→30 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step null-value: mono@fuel30→31 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step null-value: mono@fuel31→32 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step null-value: mono@fuel32→33 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step null-value: mono@fuel33→34 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step null-value: mono@fuel34→35 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step null-value: mono@fuel35→36 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step null-value: mono@fuel36→37 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step null-value: mono@fuel37→38 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step null-value: mono@fuel38→39 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step null-value: mono@fuel39→40 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step null-value: mono@fuel40→41 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step null-value: some fuel succeeded Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step null-value: no regression where ih_pn+h_bmv hold Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step null-value: first success (ih_pn-guarded) fuel = 2 Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step empty-value: scan ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step empty-value: found .key@2 Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step empty-value: mono@fuel2→3 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step empty-value: mono@fuel3→4 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step empty-value: mono@fuel4→5 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step empty-value: mono@fuel5→6 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step empty-value: mono@fuel6→7 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step empty-value: mono@fuel7→8 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step empty-value: mono@fuel8→9 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step empty-value: mono@fuel9→10 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step empty-value: mono@fuel10→11 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step empty-value: mono@fuel11→12 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step empty-value: mono@fuel12→13 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step empty-value: mono@fuel13→14 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step empty-value: mono@fuel14→15 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step empty-value: mono@fuel15→16 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step empty-value: mono@fuel16→17 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step empty-value: mono@fuel17→18 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step empty-value: mono@fuel18→19 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step empty-value: mono@fuel19→20 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step empty-value: mono@fuel20→21 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step empty-value: mono@fuel21→22 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step empty-value: mono@fuel22→23 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step empty-value: mono@fuel23→24 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step empty-value: mono@fuel24→25 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step empty-value: mono@fuel25→26 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step empty-value: mono@fuel26→27 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step empty-value: mono@fuel27→28 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step empty-value: mono@fuel28→29 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step empty-value: mono@fuel29→30 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step empty-value: mono@fuel30→31 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step empty-value: mono@fuel31→32 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step empty-value: mono@fuel32→33 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step empty-value: mono@fuel33→34 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step empty-value: mono@fuel34→35 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step empty-value: mono@fuel35→36 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step empty-value: mono@fuel36→37 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step empty-value: some fuel succeeded Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step empty-value: no regression where ih_pn+h_bmv hold Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step empty-value: first success (ih_pn-guarded) fuel = 2 Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: scan ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: found .key@2 Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel8→9 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel9→10 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel10→11 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel11→12 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel12→13 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel13→14 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel14→15 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel15→16 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel16→17 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel17→18 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel18→19 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel19→20 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel20→21 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel21→22 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel22→23 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel23→24 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel24→25 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel25→26 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel26→27 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel27→28 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel28→29 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel29→30 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel30→31 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel31→32 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel32→33 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel33→34 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel34→35 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel35→36 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel36→37 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel37→38 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel38→39 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel39→40 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel40→41 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel41→42 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel42→43 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel43→44 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel44→45 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel45→46 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel46→47 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel47→48 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel48→49 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel49→50 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel50→51 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel51→52 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel52→53 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel53→54 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel54→55 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel55→56 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel56→57 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel57→58 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel58→59 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel59→60 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel60→61 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel61→62 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel62→63 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel63→64 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel64→65 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel65→66 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel66→67 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel67→68 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel68→69 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel69→70 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel70→71 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel71→72 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel72→73 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel73→74 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel74→75 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel75→76 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel76→77 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel77→78 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel78→79 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel79→80 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel80→81 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel81→82 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel82→83 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel83→84 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel84→85 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel85→86 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel86→87 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel87→88 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel88→89 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel89→90 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel90→91 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel91→92 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel92→93 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel93→94 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel94→95 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel95→96 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: mono@fuel96→97 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: some fuel succeeded Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: no regression where ih_pn+h_bmv hold Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: first success (ih_pn-guarded) fuel = 8 Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-1: vacuous-ih_pn fuel count = 2 Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: scan ok Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: found .key@2 Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel8→9 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel9→10 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel10→11 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel11→12 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel12→13 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel13→14 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel14→15 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel15→16 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel16→17 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel17→18 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel18→19 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel19→20 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel20→21 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel21→22 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel22→23 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel23→24 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel24→25 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel25→26 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel26→27 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel27→28 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel28→29 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel29→30 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel30→31 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel31→32 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel32→33 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel33→34 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel34→35 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel35→36 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel36→37 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel37→38 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel38→39 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel39→40 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel40→41 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel41→42 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel42→43 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel43→44 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel44→45 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel45→46 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel46→47 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel47→48 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel48→49 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel49→50 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel50→51 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel51→52 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel52→53 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel53→54 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel54→55 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel55→56 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel56→57 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel57→58 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel58→59 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel59→60 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel60→61 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel61→62 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel62→63 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel63→64 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel64→65 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel65→66 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel66→67 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel67→68 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel68→69 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel69→70 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel70→71 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel71→72 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel72→73 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel73→74 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel74→75 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel75→76 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel76→77 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel77→78 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel78→79 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel79→80 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel80→81 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel81→82 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel82→83 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel83→84 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel84→85 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel85→86 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel86→87 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel87→88 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel88→89 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel89→90 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel90→91 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel91→92 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel92→93 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel93→94 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel94→95 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel95→96 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel96→97 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel97→98 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel98→99 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel99→100 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel100→101 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel101→102 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel102→103 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel103→104 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel104→105 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel105→106 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel106→107 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel107→108 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel108→109 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel109→110 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel110→111 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel111→112 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel112→113 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel113→114 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel114→115 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel115→116 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: mono@fuel116→117 result preserved Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: some fuel succeeded Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: no regression where ih_pn+h_bmv hold Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: first success (ih_pn-guarded) fuel = 8 Pass
Adversarial Instantiation Tests (sorry audit) Priority 7: handleBlockMappingKeyEntry_mono_step complex-2: vacuous-ih_pn fuel count = 2 Pass
Mutation Testing on yaml-test-suite (v0.2.13.2) STRICT: tabs in quoted scalar continuations 4CQQ tab in dquote continuation (STRICT: libyaml accepts) Pass
Mutation Testing on yaml-test-suite (v0.2.13.2) STRICT: tabs in quoted scalar continuations DK95:2 tab in dquote continuation (STRICT: libyaml accepts) Pass
Mutation Testing on yaml-test-suite (v0.2.13.2) STRICT: tabs in quoted scalar continuations DK95:8 dquote continuation at col 0 (STRICT: libyaml accepts) Pass
Mutation Testing on yaml-test-suite (v0.2.13.2) STRICT: tabs in quoted scalar continuations NAT4:0 tab in squote continuation (STRICT: libyaml accepts) Pass
Mutation Testing on yaml-test-suite (v0.2.13.2) STRICT: tabs in quoted scalar continuations RZP5:0 tab in dquote continuation (STRICT: libyaml accepts) Pass
Mutation Testing on yaml-test-suite (v0.2.13.2) STRICT: tabs in flow context 87E4 tab indent in flow seq entry (STRICT: libyaml accepts) Pass
Mutation Testing on yaml-test-suite (v0.2.13.2) STRICT: tabs in flow context 87E4 tab indent before flow closer (STRICT: libyaml accepts) Pass
Mutation Testing on yaml-test-suite (v0.2.13.2) STRICT: tabs in flow context L9U5 tab indent in flow entry (STRICT: libyaml accepts) Pass
Mutation Testing on yaml-test-suite (v0.2.13.2) STRICT: tabs in flow context ZF4X tab indent in flow mapping (STRICT: libyaml accepts) Pass
Mutation Testing on yaml-test-suite (v0.2.13.2) STRICT: tabs in flow context LP6E tab indent in multiline flow (STRICT: libyaml accepts) Pass
Mutation Testing on yaml-test-suite (v0.2.13.2) STRICT: tabs in flow context M5DY tab indent in flow seq (STRICT: libyaml accepts) Pass
Mutation Testing on yaml-test-suite (v0.2.13.2) STRICT: other mutations 2SXE anchor:key no space (STRICT: libyaml accepts) Pass
Mutation Testing on yaml-test-suite (v0.2.13.2) STRICT: other mutations 35KP dash shifted right in multi-doc (STRICT: libyaml accepts) Pass
Mutation Testing on yaml-test-suite (v0.2.13.2) STRICT: other mutations 6ZKB comment+... joined (STRICT: libyaml accepts) Pass
Mutation Testing on yaml-test-suite (v0.2.13.2) STRICT: other mutations V55R dash shifted right with anchor (STRICT: libyaml accepts) Pass
Mutation Testing on yaml-test-suite (v0.2.13.2) LENIENT: indent shift 2SXE:0 over-indent alias key (LENIENT: libyaml rejects) Pass
Mutation Testing on yaml-test-suite (v0.2.13.2) LENIENT: indent shift 2SXE:0 under-indent alias key (LENIENT: libyaml rejects) Pass
Mutation Testing on yaml-test-suite (v0.2.13.2) LENIENT: indent shift 5MUD:0 over-indent colon in flow (LENIENT: libyaml rejects) Pass
Mutation Testing on yaml-test-suite (v0.2.13.2) LENIENT: indent shift 5MUD:0 under-indent colon in flow (LENIENT: libyaml rejects) Pass
Mutation Testing on yaml-test-suite (v0.2.13.2) LENIENT: indent shift 4Q9F:0 under-indent flow content (LENIENT: libyaml rejects) Pass
Mutation Testing on yaml-test-suite (v0.2.13.2) LENIENT: indent shift 6FWR:0 under-indent block value (LENIENT: libyaml rejects) Pass
Mutation Testing on yaml-test-suite (v0.2.13.2) LENIENT: delete-newline 2JQS:0 join empty-key lines (LENIENT: libyaml rejects) Pass
Mutation Testing on yaml-test-suite (v0.2.13.2) LENIENT: delete-newline 4ABK:0 join multi-doc line 0+1 (LENIENT: libyaml rejects) Pass
Mutation Testing on yaml-test-suite (v0.2.13.2) LENIENT: delete-newline 6CK3:0 join doc start+content (LENIENT: libyaml rejects) Pass
Mutation Testing on yaml-test-suite (v0.2.13.2) LENIENT: delete-newline 5T43:0 join literal+value lines (LENIENT: libyaml rejects) Pass
Mutation Testing on yaml-test-suite (v0.2.13.2) LENIENT: delete-newline 58MP:0 join ?-colon lines (LENIENT: libyaml rejects) Pass
Mutation Testing on yaml-test-suite (v0.2.13.2) LENIENT: add-newline 2LFX:0 blank after directive (LENIENT: libyaml rejects) Pass
Mutation Testing on yaml-test-suite (v0.2.13.2) LENIENT: add-newline 4MUZ:0 blank in multi-doc (LENIENT: libyaml rejects) Pass
Mutation Testing on yaml-test-suite (v0.2.13.2) LENIENT: add-newline 5MUD:0 blank after doc-start (LENIENT: libyaml rejects) Pass
Mutation Testing on yaml-test-suite (v0.2.13.2) LENIENT: space-to-tab (indent) 2LFX:0 tab indent directive comment (LENIENT: libyaml rejects) Pass
Mutation Testing on yaml-test-suite (v0.2.13.2) LENIENT: space-to-tab (indent) 4Q9F:0 tab indent block scalar (BOTH_REJECT) Pass
Mutation Testing on yaml-test-suite (v0.2.13.2) LENIENT: space-to-tab (indent) 5MUD:0 tab indent flow content (LENIENT: libyaml rejects) Pass
Mutation Testing on yaml-test-suite (v0.2.13.2) LENIENT: space-to-tab (indent) 6JQW:0 tab indent block mapping (BOTH_REJECT) Pass
Mutation Testing on yaml-test-suite (v0.2.13.2) LENIENT: colon-nospace 6KGN:0 b:*anchor no space (LENIENT: libyaml rejects) Pass
Mutation Testing on yaml-test-suite (v0.2.13.2) LENIENT: colon-nospace 7Z25:0 key:value no space (LENIENT: libyaml rejects) Pass
Mutation Testing on yaml-test-suite (v0.2.13.2) LENIENT: colon-nospace 9SA2:0 flow multiline key:value (LENIENT: libyaml rejects) Pass
Mutation Testing on yaml-test-suite (v0.2.13.2) LENIENT: dash-indent 8XYN:0 dash shifted right with emoji anchor (LENIENT: libyaml rejects) Pass
Mutation Testing on yaml-test-suite (v0.2.13.2) LENIENT: dash-indent DBG4:0 dash shifted right in sequence (LENIENT: libyaml rejects) Pass
Mutation Testing on yaml-test-suite (v0.2.13.2) Agreement: BOTH_REJECT mutations space-to-tab block indent Pass
Mutation Testing on yaml-test-suite (v0.2.13.2) Agreement: BOTH_REJECT mutations indent-1 breaks nested mapping Pass
Mutation Testing on yaml-test-suite (v0.2.13.2) Agreement: BOTH_REJECT mutations delete-newline block scalar header Pass
Mutation Testing on yaml-test-suite (v0.2.13.2) Agreement: BOTH_REJECT mutations space-to-tab block scalar content Pass
Mutation Testing on yaml-test-suite (v0.2.13.2) Agreement: BOTH_ACCEPT mutations add-newline after seq entry Pass
Mutation Testing on yaml-test-suite (v0.2.13.2) Agreement: BOTH_ACCEPT mutations indent+1 on scalar value Pass
Mutation Testing on yaml-test-suite (v0.2.13.2) Agreement: BOTH_ACCEPT mutations add-newline after mapping value Pass
Property-Based Round-Trip Tests (v0.2.13.3) Basic dump→parse round-trip 100/100 random nodes round-trip successfully Pass
Property-Based Round-Trip Tests (v0.2.13.3) Flow-style dump→parse round-trip 50/50 flow-style nodes round-trip Pass
Property-Based Round-Trip Tests (v0.2.13.3) Double-quoted dump→parse round-trip 50/50 double-quoted nodes round-trip Pass
Property-Based Round-Trip Tests (v0.2.13.3) Scalar edge cases emptyNode round-trips Pass
Property-Based Round-Trip Tests (v0.2.13.3) Scalar edge cases singleQuoted empty Pass
Property-Based Round-Trip Tests (v0.2.13.3) Scalar edge cases singleQuoted 'hello' Pass
Property-Based Round-Trip Tests (v0.2.13.3) Scalar edge cases singleQuoted with colon-space Pass
Property-Based Round-Trip Tests (v0.2.13.3) Scalar edge cases singleQuoted with hash Pass
Property-Based Round-Trip Tests (v0.2.13.3) Scalar edge cases singleQuoted with flow chars Pass
Property-Based Round-Trip Tests (v0.2.13.3) Scalar edge cases singleQuoted with indicators Pass
Property-Based Round-Trip Tests (v0.2.13.3) Scalar edge cases doubleQuoted empty Pass
Property-Based Round-Trip Tests (v0.2.13.3) Scalar edge cases doubleQuoted 'hello' Pass
Property-Based Round-Trip Tests (v0.2.13.3) Scalar edge cases doubleQuoted with colon Pass
Property-Based Round-Trip Tests (v0.2.13.3) Scalar edge cases doubleQuoted with braces Pass
Property-Based Round-Trip Tests (v0.2.13.3) Scalar edge cases doubleQuoted with all indicators Pass
Property-Based Round-Trip Tests (v0.2.13.3) Scalar edge cases doubleQuoted reserved 'true' Pass
Property-Based Round-Trip Tests (v0.2.13.3) Scalar edge cases doubleQuoted reserved 'null' Pass
Property-Based Round-Trip Tests (v0.2.13.3) Scalar edge cases doubleQuoted reserved 'false' Pass
Property-Based Round-Trip Tests (v0.2.13.3) Scalar edge cases doubleQuoted numeric '42' Pass
Property-Based Round-Trip Tests (v0.2.13.3) Collection structure round-trip block seq [a, b, c] Pass
Property-Based Round-Trip Tests (v0.2.13.3) Collection structure round-trip block map {key1: val1, key2: val2} Pass
Property-Based Round-Trip Tests (v0.2.13.3) Collection structure round-trip flow seq [x, y] Pass
Property-Based Round-Trip Tests (v0.2.13.3) Collection structure round-trip flow map {a: 1, b: 2} Pass
Property-Based Round-Trip Tests (v0.2.13.3) Collection structure round-trip nested block map with seq value Pass
Property-Based Round-Trip Tests (v0.2.13.3) Collection structure round-trip block seq of maps Pass
Property-Based Round-Trip Tests (v0.2.13.3) Collection structure round-trip flow collections inside block Pass
Property-Based Round-Trip Tests (v0.2.13.3) Collection structure round-trip empty flow seq [] Pass
Property-Based Round-Trip Tests (v0.2.13.3) Collection structure round-trip empty flow map {} Pass
Property-Based Round-Trip Tests (v0.2.13.3) Collection structure round-trip 3-level deep nesting Pass
Property-Based Round-Trip Tests (v0.2.13.3) Mutation resilience indent mutations: 18/18 handled consistently Pass
Property-Based Round-Trip Tests (v0.2.13.3) Mutation resilience tab mutations: 9/9 handled consistently Pass
Property-Based Round-Trip Tests (v0.2.13.3) Mutation resilience newline mutations: 9/9 handled consistently Pass
Property-Based Round-Trip Tests (v0.2.13.3) Mutation resilience colon mutations: 9/9 handled consistently Pass
Property-Based Round-Trip Tests (v0.2.13.3) Diverse seed coverage seed 0: 5/5 round-trip Pass
Property-Based Round-Trip Tests (v0.2.13.3) Diverse seed coverage seed 1: 5/5 round-trip Pass
Property-Based Round-Trip Tests (v0.2.13.3) Diverse seed coverage seed 7: 5/5 round-trip Pass
Property-Based Round-Trip Tests (v0.2.13.3) Diverse seed coverage seed 13: 5/5 round-trip Pass
Property-Based Round-Trip Tests (v0.2.13.3) Diverse seed coverage seed 42: 5/5 round-trip Pass
Property-Based Round-Trip Tests (v0.2.13.3) Diverse seed coverage seed 97: 5/5 round-trip Pass
Property-Based Round-Trip Tests (v0.2.13.3) Diverse seed coverage seed 137: 5/5 round-trip Pass
Property-Based Round-Trip Tests (v0.2.13.3) Diverse seed coverage seed 271: 5/5 round-trip Pass
Property-Based Round-Trip Tests (v0.2.13.3) Diverse seed coverage seed 314: 5/5 round-trip Pass
Property-Based Round-Trip Tests (v0.2.13.3) Diverse seed coverage seed 577: 5/5 round-trip Pass
Property-Based Round-Trip Tests (v0.2.13.3) Diverse seed coverage seed 691: 5/5 round-trip Pass
Property-Based Round-Trip Tests (v0.2.13.3) Diverse seed coverage seed 997: 5/5 round-trip Pass
Property-Based Round-Trip Tests (v0.2.13.3) Diverse seed coverage seed 1234: 5/5 round-trip Pass
Property-Based Round-Trip Tests (v0.2.13.3) Diverse seed coverage seed 2718: 5/5 round-trip Pass
Property-Based Round-Trip Tests (v0.2.13.3) Diverse seed coverage seed 3141: 5/5 round-trip Pass
Property-Based Round-Trip Tests (v0.2.13.3) Diverse seed coverage seed 4242: 5/5 round-trip Pass
Property-Based Round-Trip Tests (v0.2.13.3) Diverse seed coverage seed 6174: 5/5 round-trip Pass
Property-Based Round-Trip Tests (v0.2.13.3) Diverse seed coverage seed 7919: 5/5 round-trip Pass
Property-Based Round-Trip Tests (v0.2.13.3) Diverse seed coverage seed 8675: 5/5 round-trip Pass
Property-Based Round-Trip Tests (v0.2.13.3) Diverse seed coverage seed 9999: 5/5 round-trip Pass
Property-Based Round-Trip Tests (v0.2.13.3) Diverse seed coverage total: 100/100 across 20 seeds Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+default Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+indent=1 Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+indent=4 Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+flow style Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+double-quoted Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+single-quoted Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+allow reserved Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+default Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+indent=1 Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+indent=4 Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+flow style Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+double-quoted Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+single-quoted Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+allow reserved Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+default Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+indent=1 Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+indent=4 Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+flow style Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+double-quoted Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+single-quoted Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+allow reserved Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+default Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+indent=1 Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+indent=4 Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+flow style Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+double-quoted Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+single-quoted Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+allow reserved Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+default Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+indent=1 Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+indent=4 Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+flow style Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+double-quoted Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+single-quoted Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+allow reserved Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+default Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+indent=1 Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+indent=4 Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+flow style Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+double-quoted Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+single-quoted Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+allow reserved Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+default Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+indent=1 Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+indent=4 Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+flow style Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+double-quoted Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+single-quoted Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+allow reserved Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+default Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+indent=1 Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+indent=4 Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+flow style Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+double-quoted Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+single-quoted Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+allow reserved Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+default Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+indent=1 Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+indent=4 Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+flow style Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+double-quoted Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+single-quoted Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+allow reserved Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+default Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+indent=1 Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+indent=4 Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+flow style Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+double-quoted Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+single-quoted Pass
Property-Based Round-Trip Tests (v0.2.13.3) DumpConfig variation round-trip node+allow reserved Pass
Production Coverage Analysis Catalog completeness YAML 1.2.2 productions cataloged: 211 Pass
Production Coverage Analysis Catalog completeness in-scope productions: 211 Pass
Production Coverage Analysis Catalog completeness indent-dependent productions: 49 Pass
Production Coverage Analysis Automated @[yaml_spec] discovery @[yaml_spec] entries discovered: 568 Pass
Production Coverage Analysis Automated @[yaml_spec] discovery unique production rules annotated: 211 Pass
Production Coverage Analysis Automated @[yaml_spec] discovery source modules with annotations: 17 Pass
Production Coverage Analysis Coverage analysis annotated productions: 211/211 Pass
Production Coverage Analysis Coverage analysis unannotated in-scope productions: 0 Pass
Production Coverage Analysis Coverage analysis indent-dependent with annotations: 49/49 Pass
Production Coverage Analysis Per-folder annotation counts L4YAML/Parser: 56 annotations Pass
Production Coverage Analysis Per-folder annotation counts L4YAML/Proofs: 2 annotations Pass
Production Coverage Analysis Per-folder annotation counts L4YAML/Scanner: 239 annotations Pass
Production Coverage Analysis Per-folder annotation counts L4YAML/Spec: 168 annotations Pass
Production Coverage Analysis Per-folder annotation counts L4YAML/Surface: 82 annotations Pass
Production Coverage Analysis Per-folder annotation counts L4YAML/Token: 21 annotations Pass
Production Coverage Analysis Per-module annotation counts L4YAML.Scanner.Scalar: 107 annotations Pass
Production Coverage Analysis Per-module annotation counts L4YAML.Token.Token: 21 annotations Pass
Production Coverage Analysis Per-module annotation counts L4YAML.Surface.Scalars: 56 annotations Pass
Production Coverage Analysis Per-module annotation counts L4YAML.Spec.Grammar: 50 annotations Pass
Production Coverage Analysis Per-module annotation counts L4YAML.Scanner.Document: 26 annotations Pass
Production Coverage Analysis Per-module annotation counts L4YAML.Surface.Node: 16 annotations Pass
Production Coverage Analysis Per-module annotation counts L4YAML.Surface.Document: 10 annotations Pass
Production Coverage Analysis Per-module annotation counts L4YAML.Scanner.Scanner: 32 annotations Pass
Production Coverage Analysis Per-module annotation counts L4YAML.Spec.CharPredicates: 118 annotations Pass
Production Coverage Analysis Per-module annotation counts L4YAML.Scanner.Whitespace: 28 annotations Pass
Production Coverage Analysis Per-module annotation counts L4YAML.Parser.TokenParser: 52 annotations Pass
Production Coverage Analysis Per-module annotation counts L4YAML.Scanner.SimpleKey: 14 annotations Pass
Production Coverage Analysis Per-module annotation counts L4YAML.Parser.State: 4 annotations Pass
Production Coverage Analysis Per-module annotation counts L4YAML.Scanner.NodeProperties: 20 annotations Pass
Production Coverage Analysis Per-module annotation counts L4YAML.Scanner.Indent: 11 annotations Pass
Production Coverage Analysis Per-module annotation counts L4YAML.Proofs.Production.NodeProduction: 2 annotations Pass
Production Coverage Analysis Per-module annotation counts L4YAML.Scanner.State: 1 annotations Pass
Production Coverage Analysis Per-chapter coverage Ch 5 (Characters): 62/62 Pass
Production Coverage Analysis Per-chapter coverage Ch 6 (Basic Structures): 41/41 Pass
Production Coverage Analysis Per-chapter coverage Ch 7 (Flow Styles): 58/58 Pass
Production Coverage Analysis Per-chapter coverage Ch 8 (Block Styles): 40/40 Pass
Production Coverage Analysis Per-chapter coverage Ch 9 (Documents): 10/10 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [1] c-printable (§5.1) ← L4YAML.CharPredicates.isPrintableBool @ L4YAML/Spec/CharPredicates.lean:215 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [1] c-printable (§5.1) ← L4YAML.CharPredicates.isPrintableProp @ L4YAML/Spec/CharPredicates.lean:202 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [2] nb-json (§5.1) ← L4YAML.Scanner.collectSingleQuotedLoop @ L4YAML/Scanner/Scalar.lean:318 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [2] nb-json (§5.1) ← L4YAML.CharPredicates.isNbJsonProp @ L4YAML/Spec/CharPredicates.lean:232 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [2] nb-json (§5.1) ← L4YAML.Surface.SNbDoubleChar.plain @ L4YAML/Surface/Scalars.lean:39 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [2] nb-json (§5.1) ← L4YAML.Scanner.collectDoubleQuotedLoop @ L4YAML/Scanner/Scalar.lean:229 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [2] nb-json (§5.1) ← L4YAML.CharPredicates.isNbJsonBool @ L4YAML/Spec/CharPredicates.lean:240 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [3] c-byte-order-mark (§5.2) ← L4YAML.Scanner.scan @ L4YAML/Scanner/Scanner.lean:524 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [4] c-sequence-entry (§5.3) ← L4YAML.CharPredicates.canStartPlainScalarBool @ L4YAML/Spec/CharPredicates.lean:365 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [4] c-sequence-entry (§5.3) ← L4YAML.CharPredicates.canStartPlainScalarProp @ L4YAML/Spec/CharPredicates.lean:379 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [4] c-sequence-entry (§5.3) ← L4YAML.CharPredicates.validPlainFirstProp @ L4YAML/Spec/CharPredicates.lean:521 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [4] c-sequence-entry (§5.3) ← L4YAML.CharPredicates.isIndicatorProp @ L4YAML/Spec/CharPredicates.lean:184 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [4] c-sequence-entry (§5.3) ← L4YAML.CharPredicates.validPlainFirstBool @ L4YAML/Spec/CharPredicates.lean:503 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [4] c-sequence-entry (§5.3) ← L4YAML.YamlToken.blockEntry @ L4YAML/Token/Token.lean:145 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [4] c-sequence-entry (§5.3) ← L4YAML.CharPredicates.isIndicatorBool @ L4YAML/Spec/CharPredicates.lean:160 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [5] c-mapping-key (§5.3) ← L4YAML.CharPredicates.canStartPlainScalarBool @ L4YAML/Spec/CharPredicates.lean:365 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [5] c-mapping-key (§5.3) ← L4YAML.CharPredicates.canStartPlainScalarProp @ L4YAML/Spec/CharPredicates.lean:379 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [5] c-mapping-key (§5.3) ← L4YAML.CharPredicates.validPlainFirstProp @ L4YAML/Spec/CharPredicates.lean:521 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [5] c-mapping-key (§5.3) ← L4YAML.CharPredicates.isIndicatorProp @ L4YAML/Spec/CharPredicates.lean:184 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [5] c-mapping-key (§5.3) ← L4YAML.CharPredicates.validPlainFirstBool @ L4YAML/Spec/CharPredicates.lean:503 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [5] c-mapping-key (§5.3) ← L4YAML.CharPredicates.isIndicatorBool @ L4YAML/Spec/CharPredicates.lean:160 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [5] c-mapping-key (§5.3) ← L4YAML.YamlToken.key @ L4YAML/Token/Token.lean:148 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [6] c-mapping-value (§5.3) ← L4YAML.CharPredicates.canStartPlainScalarBool @ L4YAML/Spec/CharPredicates.lean:365 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [6] c-mapping-value (§5.3) ← L4YAML.CharPredicates.canStartPlainScalarProp @ L4YAML/Spec/CharPredicates.lean:379 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [6] c-mapping-value (§5.3) ← L4YAML.Scanner.scanValue @ L4YAML/Scanner/SimpleKey.lean:224 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [6] c-mapping-value (§5.3) ← L4YAML.CharPredicates.validPlainFirstProp @ L4YAML/Spec/CharPredicates.lean:521 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [6] c-mapping-value (§5.3) ← L4YAML.CharPredicates.isIndicatorProp @ L4YAML/Spec/CharPredicates.lean:184 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [6] c-mapping-value (§5.3) ← L4YAML.CharPredicates.validPlainFirstBool @ L4YAML/Spec/CharPredicates.lean:503 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [6] c-mapping-value (§5.3) ← L4YAML.YamlToken.value @ L4YAML/Token/Token.lean:151 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [6] c-mapping-value (§5.3) ← L4YAML.CharPredicates.isIndicatorBool @ L4YAML/Spec/CharPredicates.lean:160 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [6] c-mapping-value (§5.3) ← L4YAML.Scanner.scanNextToken_dispatchBlockIndicators @ L4YAML/Scanner/Scanner.lean:346 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [7] c-collect-entry (§5.3) ← L4YAML.YamlToken.flowEntry @ L4YAML/Token/Token.lean:169 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [7] c-collect-entry (§5.3) ← L4YAML.CharPredicates.isIndicatorProp @ L4YAML/Spec/CharPredicates.lean:184 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [7] c-collect-entry (§5.3) ← L4YAML.CharPredicates.isFlowIndicatorProp @ L4YAML/Spec/CharPredicates.lean:126 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [7] c-collect-entry (§5.3) ← L4YAML.CharPredicates.isFlowIndicatorBool @ L4YAML/Spec/CharPredicates.lean:117 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [7] c-collect-entry (§5.3) ← L4YAML.CharPredicates.isIndicatorBool @ L4YAML/Spec/CharPredicates.lean:160 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [7] c-collect-entry (§5.3) ← L4YAML.Scanner.scanFlowEntry @ L4YAML/Scanner/Scanner.lean:250 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [7] c-collect-entry (§5.3) ← L4YAML.Scanner.scanNextToken_dispatchFlowIndicators @ L4YAML/Scanner/Scanner.lean:319 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [8] c-sequence-start (§5.3) ← L4YAML.CharPredicates.isIndicatorProp @ L4YAML/Spec/CharPredicates.lean:184 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [8] c-sequence-start (§5.3) ← L4YAML.CharPredicates.isFlowIndicatorProp @ L4YAML/Spec/CharPredicates.lean:126 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [8] c-sequence-start (§5.3) ← L4YAML.CharPredicates.isFlowIndicatorBool @ L4YAML/Spec/CharPredicates.lean:117 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [8] c-sequence-start (§5.3) ← L4YAML.Scanner.scanFlowSequenceStart @ L4YAML/Scanner/Scanner.lean:134 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [8] c-sequence-start (§5.3) ← L4YAML.CharPredicates.isIndicatorBool @ L4YAML/Spec/CharPredicates.lean:160 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [8] c-sequence-start (§5.3) ← L4YAML.YamlToken.flowSequenceStart @ L4YAML/Token/Token.lean:157 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [9] c-sequence-end (§5.3) ← L4YAML.Scanner.scanFlowSequenceEnd @ L4YAML/Scanner/Scanner.lean:160 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [9] c-sequence-end (§5.3) ← L4YAML.CharPredicates.isIndicatorProp @ L4YAML/Spec/CharPredicates.lean:184 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [9] c-sequence-end (§5.3) ← L4YAML.CharPredicates.isFlowIndicatorProp @ L4YAML/Spec/CharPredicates.lean:126 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [9] c-sequence-end (§5.3) ← L4YAML.CharPredicates.isFlowIndicatorBool @ L4YAML/Spec/CharPredicates.lean:117 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [9] c-sequence-end (§5.3) ← L4YAML.YamlToken.flowSequenceEnd @ L4YAML/Token/Token.lean:160 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [9] c-sequence-end (§5.3) ← L4YAML.CharPredicates.isIndicatorBool @ L4YAML/Spec/CharPredicates.lean:160 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [10] c-mapping-start (§5.3) ← L4YAML.YamlToken.flowMappingStart @ L4YAML/Token/Token.lean:163 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [10] c-mapping-start (§5.3) ← L4YAML.CharPredicates.isIndicatorProp @ L4YAML/Spec/CharPredicates.lean:184 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [10] c-mapping-start (§5.3) ← L4YAML.CharPredicates.isFlowIndicatorProp @ L4YAML/Spec/CharPredicates.lean:126 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [10] c-mapping-start (§5.3) ← L4YAML.CharPredicates.isFlowIndicatorBool @ L4YAML/Spec/CharPredicates.lean:117 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [10] c-mapping-start (§5.3) ← L4YAML.CharPredicates.isIndicatorBool @ L4YAML/Spec/CharPredicates.lean:160 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [10] c-mapping-start (§5.3) ← L4YAML.Scanner.scanFlowMappingStart @ L4YAML/Scanner/Scanner.lean:185 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [11] c-mapping-end (§5.3) ← L4YAML.CharPredicates.isIndicatorProp @ L4YAML/Spec/CharPredicates.lean:184 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [11] c-mapping-end (§5.3) ← L4YAML.CharPredicates.isFlowIndicatorProp @ L4YAML/Spec/CharPredicates.lean:126 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [11] c-mapping-end (§5.3) ← L4YAML.CharPredicates.isFlowIndicatorBool @ L4YAML/Spec/CharPredicates.lean:117 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [11] c-mapping-end (§5.3) ← L4YAML.YamlToken.flowMappingEnd @ L4YAML/Token/Token.lean:166 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [11] c-mapping-end (§5.3) ← L4YAML.Scanner.scanFlowMappingEnd @ L4YAML/Scanner/Scanner.lean:211 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [11] c-mapping-end (§5.3) ← L4YAML.CharPredicates.isIndicatorBool @ L4YAML/Spec/CharPredicates.lean:160 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [12] c-comment (§5.3) ← L4YAML.CharPredicates.isIndicatorProp @ L4YAML/Spec/CharPredicates.lean:184 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [12] c-comment (§5.3) ← L4YAML.CharPredicates.isIndicatorBool @ L4YAML/Spec/CharPredicates.lean:160 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [13] c-anchor (§5.3) ← L4YAML.CharPredicates.isIndicatorProp @ L4YAML/Spec/CharPredicates.lean:184 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [13] c-anchor (§5.3) ← L4YAML.CharPredicates.isIndicatorBool @ L4YAML/Spec/CharPredicates.lean:160 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [13] c-anchor (§5.3) ← L4YAML.Scanner.collectAnchorNameLoop @ L4YAML/Scanner/NodeProperties.lean:55 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [14] c-alias (§5.3) ← L4YAML.CharPredicates.isIndicatorProp @ L4YAML/Spec/CharPredicates.lean:184 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [14] c-alias (§5.3) ← L4YAML.CharPredicates.isIndicatorBool @ L4YAML/Spec/CharPredicates.lean:160 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [14] c-alias (§5.3) ← L4YAML.Scanner.collectAnchorNameLoop @ L4YAML/Scanner/NodeProperties.lean:55 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [15] c-tag (§5.3) ← L4YAML.CharPredicates.isIndicatorProp @ L4YAML/Spec/CharPredicates.lean:184 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [15] c-tag (§5.3) ← L4YAML.CharPredicates.isIndicatorBool @ L4YAML/Spec/CharPredicates.lean:160 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [16] c-literal (§5.3) ← L4YAML.CharPredicates.isIndicatorProp @ L4YAML/Spec/CharPredicates.lean:184 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [16] c-literal (§5.3) ← L4YAML.CharPredicates.isIndicatorBool @ L4YAML/Spec/CharPredicates.lean:160 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [17] c-folded (§5.3) ← L4YAML.CharPredicates.isIndicatorProp @ L4YAML/Spec/CharPredicates.lean:184 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [17] c-folded (§5.3) ← L4YAML.CharPredicates.isIndicatorBool @ L4YAML/Spec/CharPredicates.lean:160 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [18] c-single-quote (§5.3) ← L4YAML.CharPredicates.isIndicatorProp @ L4YAML/Spec/CharPredicates.lean:184 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [18] c-single-quote (§5.3) ← L4YAML.Scanner.scanSingleQuoted @ L4YAML/Scanner/Scalar.lean:374 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [18] c-single-quote (§5.3) ← L4YAML.CharPredicates.isIndicatorBool @ L4YAML/Spec/CharPredicates.lean:160 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [19] c-double-quote (§5.3) ← L4YAML.CharPredicates.isIndicatorProp @ L4YAML/Spec/CharPredicates.lean:184 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [19] c-double-quote (§5.3) ← L4YAML.CharPredicates.isIndicatorBool @ L4YAML/Spec/CharPredicates.lean:160 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [19] c-double-quote (§5.3) ← L4YAML.Scanner.scanDoubleQuoted @ L4YAML/Scanner/Scalar.lean:297 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [20] c-directive (§5.3) ← L4YAML.CharPredicates.isIndicatorProp @ L4YAML/Spec/CharPredicates.lean:184 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [20] c-directive (§5.3) ← L4YAML.Scanner.scanDirective @ L4YAML/Scanner/Document.lean:243 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [20] c-directive (§5.3) ← L4YAML.CharPredicates.isIndicatorBool @ L4YAML/Spec/CharPredicates.lean:160 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [21] c-reserved (§5.3) ← L4YAML.CharPredicates.isIndicatorProp @ L4YAML/Spec/CharPredicates.lean:184 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [21] c-reserved (§5.3) ← L4YAML.CharPredicates.isIndicatorBool @ L4YAML/Spec/CharPredicates.lean:160 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [22] c-indicator (§5.3) ← L4YAML.CharPredicates.isIndicatorProp @ L4YAML/Spec/CharPredicates.lean:184 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [22] c-indicator (§5.3) ← L4YAML.CharPredicates.isIndicatorBool @ L4YAML/Spec/CharPredicates.lean:160 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [23] c-flow-indicator (§5.3) ← L4YAML.CharPredicates.isFlowIndicatorProp @ L4YAML/Spec/CharPredicates.lean:126 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [23] c-flow-indicator (§5.3) ← L4YAML.CharPredicates.isFlowIndicatorBool @ L4YAML/Spec/CharPredicates.lean:117 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [24] b-line-feed (§5.4) ← L4YAML.CharPredicates.isLineBreakProp @ L4YAML/Spec/CharPredicates.lean:60 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [24] b-line-feed (§5.4) ← L4YAML.CharPredicates.isLineBreakBool @ L4YAML/Spec/CharPredicates.lean:54 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [25] b-carriage-return (§5.4) ← L4YAML.CharPredicates.isLineBreakProp @ L4YAML/Spec/CharPredicates.lean:60 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [25] b-carriage-return (§5.4) ← L4YAML.CharPredicates.isLineBreakBool @ L4YAML/Spec/CharPredicates.lean:54 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [26] b-char (§5.4) ← L4YAML.CharPredicates.isLineBreakProp @ L4YAML/Spec/CharPredicates.lean:60 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [26] b-char (§5.4) ← L4YAML.CharPredicates.isLineBreakBool @ L4YAML/Spec/CharPredicates.lean:54 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [27] nb-char (§5.4) ← L4YAML.Scanner.skipToEndOfLine @ L4YAML/Scanner/Whitespace.lean:120 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [27] nb-char (§5.4) ← L4YAML.Scanner.scanBlockScalarSkipComment @ L4YAML/Scanner/Scalar.lean:820 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [27] nb-char (§5.4) ← L4YAML.Scanner.collectCommentTextLoop @ L4YAML/Scanner/Whitespace.lean:205 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [27] nb-char (§5.4) ← L4YAML.Scanner.collectCommentTextLoop._unary @ L4YAML/Scanner/Whitespace.lean Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [27] nb-char (§5.4) ← L4YAML.Scanner.collectLineContentLoop @ L4YAML/Scanner/Scalar.lean:734 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [27] nb-char (§5.4) ← L4YAML.Scanner.skipToContentComment @ L4YAML/Scanner/Whitespace.lean:226 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [28] b-break (§5.4) ← L4YAML.Scanner.consumeNewline @ L4YAML/Scanner/Whitespace.lean:129 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [29] b-as-line-feed (§5.4) ← L4YAML.Scanner.consumeNewline @ L4YAML/Scanner/Whitespace.lean:129 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [30] b-non-content (§5.4) ← L4YAML.Scanner.scanBlockScalarConsumeNewline @ L4YAML/Scanner/Scalar.lean:845 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [31] s-space (§5.5) ← L4YAML.CharPredicates.isIndentCharBool @ L4YAML/Spec/CharPredicates.lean:252 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [31] s-space (§5.5) ← L4YAML.CharPredicates.isIndentCharProp @ L4YAML/Spec/CharPredicates.lean:256 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [31] s-space (§5.5) ← L4YAML.CharPredicates.isWhiteSpaceProp @ L4YAML/Spec/CharPredicates.lean:83 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [31] s-space (§5.5) ← L4YAML.CharPredicates.isWhiteSpaceBool @ L4YAML/Spec/CharPredicates.lean:77 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [32] s-tab (§5.5) ← L4YAML.CharPredicates.isWhiteSpaceProp @ L4YAML/Spec/CharPredicates.lean:83 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [32] s-tab (§5.5) ← L4YAML.CharPredicates.isWhiteSpaceBool @ L4YAML/Spec/CharPredicates.lean:77 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [33] s-white (§5.5) ← L4YAML.CharPredicates.isWhiteSpaceProp @ L4YAML/Spec/CharPredicates.lean:83 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [33] s-white (§5.5) ← L4YAML.CharPredicates.isWhiteSpaceBool @ L4YAML/Spec/CharPredicates.lean:77 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [34] ns-char (§5.5) ← L4YAML.CharPredicates.canStartPlainScalarBool @ L4YAML/Spec/CharPredicates.lean:365 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [34] ns-char (§5.5) ← L4YAML.CharPredicates.canStartPlainScalarProp @ L4YAML/Spec/CharPredicates.lean:379 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [34] ns-char (§5.5) ← L4YAML.CharPredicates.validPlainFirstProp @ L4YAML/Spec/CharPredicates.lean:521 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [34] ns-char (§5.5) ← L4YAML.Scanner.collectDirectiveNameLoop @ L4YAML/Scanner/Document.lean:87 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [34] ns-char (§5.5) ← L4YAML.CharPredicates.validPlainFirstBool @ L4YAML/Spec/CharPredicates.lean:503 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [35] ns-dec-digit (§5.6) ← L4YAML.Scanner.collectVersionMajorLoop @ L4YAML/Scanner/Document.lean:102 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [35] ns-dec-digit (§5.6) ← L4YAML.CharPredicates.isWordCharProp @ L4YAML/Spec/CharPredicates.lean:291 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [35] ns-dec-digit (§5.6) ← L4YAML.Scanner.collectVersionMinorLoop @ L4YAML/Scanner/Document.lean:117 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [35] ns-dec-digit (§5.6) ← L4YAML.CharPredicates.isWordCharBool @ L4YAML/Spec/CharPredicates.lean:303 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [36] ns-hex-digit (§5.6) ← L4YAML.Scanner.collectHexDigitsLoop @ L4YAML/Scanner/Scalar.lean:46 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [36] ns-hex-digit (§5.6) ← L4YAML.CharPredicates.isUriCharProp @ L4YAML/Spec/CharPredicates.lean:316 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [36] ns-hex-digit (§5.6) ← L4YAML.CharPredicates.isUriCharBool @ L4YAML/Spec/CharPredicates.lean:328 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [37] ns-ascii-letter (§5.6) ← L4YAML.CharPredicates.isAsciiLetterBool @ L4YAML/Spec/CharPredicates.lean:282 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [37] ns-ascii-letter (§5.6) ← L4YAML.CharPredicates.isAsciiLetterProp @ L4YAML/Spec/CharPredicates.lean:274 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [37] ns-ascii-letter (§5.6) ← L4YAML.CharPredicates.isWordCharProp @ L4YAML/Spec/CharPredicates.lean:291 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [37] ns-ascii-letter (§5.6) ← L4YAML.CharPredicates.isWordCharBool @ L4YAML/Spec/CharPredicates.lean:303 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [38] ns-word-char (§5.6) ← L4YAML.Scanner.collectTagHandleLoop @ L4YAML/Scanner/NodeProperties.lean:118 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [38] ns-word-char (§5.6) ← L4YAML.CharPredicates.isWordCharProp @ L4YAML/Spec/CharPredicates.lean:291 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [38] ns-word-char (§5.6) ← L4YAML.Scanner.collectTagHandleDirectiveLoop @ L4YAML/Scanner/Document.lean:132 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [38] ns-word-char (§5.6) ← L4YAML.CharPredicates.isWordCharBool @ L4YAML/Spec/CharPredicates.lean:303 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [38] ns-word-char (§5.6) ← L4YAML.CharPredicates.isUriCharProp @ L4YAML/Spec/CharPredicates.lean:316 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [38] ns-word-char (§5.6) ← L4YAML.CharPredicates.isUriCharBool @ L4YAML/Spec/CharPredicates.lean:328 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [39] ns-uri-char (§5.6) ← L4YAML.Scanner.collectTagSuffixLoop @ L4YAML/Scanner/NodeProperties.lean:102 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [39] ns-uri-char (§5.6) ← L4YAML.Scanner.collectVerbatimTagLoop @ L4YAML/Scanner/NodeProperties.lean:86 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [39] ns-uri-char (§5.6) ← L4YAML.CharPredicates.isTagCharBool @ L4YAML/Spec/CharPredicates.lean:345 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [39] ns-uri-char (§5.6) ← L4YAML.CharPredicates.isTagCharProp @ L4YAML/Spec/CharPredicates.lean:336 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [39] ns-uri-char (§5.6) ← L4YAML.CharPredicates.isUriCharProp @ L4YAML/Spec/CharPredicates.lean:316 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [39] ns-uri-char (§5.6) ← L4YAML.CharPredicates.isUriCharBool @ L4YAML/Spec/CharPredicates.lean:328 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [40] ns-tag-char (§5.6) ← L4YAML.Scanner.collectTagSuffixLoop @ L4YAML/Scanner/NodeProperties.lean:102 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [40] ns-tag-char (§5.6) ← L4YAML.CharPredicates.isTagCharBool @ L4YAML/Spec/CharPredicates.lean:345 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [40] ns-tag-char (§5.6) ← L4YAML.CharPredicates.isTagCharProp @ L4YAML/Spec/CharPredicates.lean:336 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [41] c-escape (§5.7) ← L4YAML.Scanner.processEscape @ L4YAML/Scanner/Scalar.lean:110 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [42] ns-esc-null (§5.7) ← L4YAML.Surface.SNbDoubleChar.escape @ L4YAML/Surface/Scalars.lean:42 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [42] ns-esc-null (§5.7) ← L4YAML.Grammar.resolveNamedEscape @ L4YAML/Spec/Grammar.lean:218 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [42] ns-esc-null (§5.7) ← L4YAML.Scanner.processEscape @ L4YAML/Scanner/Scalar.lean:110 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [43] ns-esc-bell (§5.7) ← L4YAML.Surface.SNbDoubleChar.escape @ L4YAML/Surface/Scalars.lean:42 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [43] ns-esc-bell (§5.7) ← L4YAML.Grammar.resolveNamedEscape @ L4YAML/Spec/Grammar.lean:218 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [43] ns-esc-bell (§5.7) ← L4YAML.Scanner.processEscape @ L4YAML/Scanner/Scalar.lean:110 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [44] ns-esc-backspace (§5.7) ← L4YAML.Surface.SNbDoubleChar.escape @ L4YAML/Surface/Scalars.lean:42 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [44] ns-esc-backspace (§5.7) ← L4YAML.Grammar.resolveNamedEscape @ L4YAML/Spec/Grammar.lean:218 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [44] ns-esc-backspace (§5.7) ← L4YAML.Scanner.processEscape @ L4YAML/Scanner/Scalar.lean:110 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [45] ns-esc-horizontal-tab (§5.7) ← L4YAML.Surface.SNbDoubleChar.escape @ L4YAML/Surface/Scalars.lean:42 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [45] ns-esc-horizontal-tab (§5.7) ← L4YAML.Surface.SNbDoubleChar.escape @ L4YAML/Surface/Scalars.lean:42 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [45] ns-esc-horizontal-tab (§5.7) ← L4YAML.Grammar.resolveNamedEscape @ L4YAML/Spec/Grammar.lean:218 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [45] ns-esc-horizontal-tab (§5.7) ← L4YAML.Grammar.resolveNamedEscape @ L4YAML/Spec/Grammar.lean:218 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [45] ns-esc-horizontal-tab (§5.7) ← L4YAML.Scanner.processEscape @ L4YAML/Scanner/Scalar.lean:110 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [46] ns-esc-line-feed (§5.7) ← L4YAML.Surface.SNbDoubleChar.escape @ L4YAML/Surface/Scalars.lean:42 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [46] ns-esc-line-feed (§5.7) ← L4YAML.Grammar.resolveNamedEscape @ L4YAML/Spec/Grammar.lean:218 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [46] ns-esc-line-feed (§5.7) ← L4YAML.Scanner.processEscape @ L4YAML/Scanner/Scalar.lean:110 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [47] ns-esc-vertical-tab (§5.7) ← L4YAML.Surface.SNbDoubleChar.escape @ L4YAML/Surface/Scalars.lean:42 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [47] ns-esc-vertical-tab (§5.7) ← L4YAML.Grammar.resolveNamedEscape @ L4YAML/Spec/Grammar.lean:218 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [47] ns-esc-vertical-tab (§5.7) ← L4YAML.Scanner.processEscape @ L4YAML/Scanner/Scalar.lean:110 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [48] ns-esc-form-feed (§5.7) ← L4YAML.Surface.SNbDoubleChar.escape @ L4YAML/Surface/Scalars.lean:42 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [48] ns-esc-form-feed (§5.7) ← L4YAML.Grammar.resolveNamedEscape @ L4YAML/Spec/Grammar.lean:218 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [48] ns-esc-form-feed (§5.7) ← L4YAML.Scanner.processEscape @ L4YAML/Scanner/Scalar.lean:110 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [49] ns-esc-carriage-return (§5.7) ← L4YAML.Surface.SNbDoubleChar.escape @ L4YAML/Surface/Scalars.lean:42 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [49] ns-esc-carriage-return (§5.7) ← L4YAML.Grammar.resolveNamedEscape @ L4YAML/Spec/Grammar.lean:218 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [49] ns-esc-carriage-return (§5.7) ← L4YAML.Scanner.processEscape @ L4YAML/Scanner/Scalar.lean:110 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [50] ns-esc-escape (§5.7) ← L4YAML.Surface.SNbDoubleChar.escape @ L4YAML/Surface/Scalars.lean:42 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [50] ns-esc-escape (§5.7) ← L4YAML.Grammar.resolveNamedEscape @ L4YAML/Spec/Grammar.lean:218 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [50] ns-esc-escape (§5.7) ← L4YAML.Scanner.processEscape @ L4YAML/Scanner/Scalar.lean:110 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [50] ns-esc-escape (§5.7) ← L4YAML.Surface.SNbDoubleChar.hexEscape2 @ L4YAML/Surface/Scalars.lean:45 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [51] ns-esc-space (§5.7) ← L4YAML.Surface.SNbDoubleChar.escape @ L4YAML/Surface/Scalars.lean:42 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [51] ns-esc-space (§5.7) ← L4YAML.Grammar.resolveNamedEscape @ L4YAML/Spec/Grammar.lean:218 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [51] ns-esc-space (§5.7) ← L4YAML.Scanner.processEscape @ L4YAML/Scanner/Scalar.lean:110 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [52] ns-esc-double-quote (§5.7) ← L4YAML.Surface.SNbDoubleChar.escape @ L4YAML/Surface/Scalars.lean:42 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [52] ns-esc-double-quote (§5.7) ← L4YAML.Grammar.resolveNamedEscape @ L4YAML/Spec/Grammar.lean:218 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [52] ns-esc-double-quote (§5.7) ← L4YAML.Scanner.processEscape @ L4YAML/Scanner/Scalar.lean:110 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [53] ns-esc-slash (§5.7) ← L4YAML.Surface.SNbDoubleChar.escape @ L4YAML/Surface/Scalars.lean:42 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [53] ns-esc-slash (§5.7) ← L4YAML.Grammar.resolveNamedEscape @ L4YAML/Spec/Grammar.lean:218 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [53] ns-esc-slash (§5.7) ← L4YAML.Scanner.processEscape @ L4YAML/Scanner/Scalar.lean:110 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [54] ns-esc-backslash (§5.7) ← L4YAML.Surface.SNbDoubleChar.escape @ L4YAML/Surface/Scalars.lean:42 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [54] ns-esc-backslash (§5.7) ← L4YAML.Grammar.resolveNamedEscape @ L4YAML/Spec/Grammar.lean:218 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [54] ns-esc-backslash (§5.7) ← L4YAML.Scanner.processEscape @ L4YAML/Scanner/Scalar.lean:110 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [55] ns-esc-next-line (§5.7) ← L4YAML.Surface.SNbDoubleChar.escape @ L4YAML/Surface/Scalars.lean:42 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [55] ns-esc-next-line (§5.7) ← L4YAML.Grammar.resolveNamedEscape @ L4YAML/Spec/Grammar.lean:218 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [55] ns-esc-next-line (§5.7) ← L4YAML.Scanner.processEscape @ L4YAML/Scanner/Scalar.lean:110 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [56] ns-esc-non-breaking-space (§5.7) ← L4YAML.Surface.SNbDoubleChar.escape @ L4YAML/Surface/Scalars.lean:42 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [56] ns-esc-non-breaking-space (§5.7) ← L4YAML.Grammar.resolveNamedEscape @ L4YAML/Spec/Grammar.lean:218 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [56] ns-esc-non-breaking-space (§5.7) ← L4YAML.Scanner.processEscape @ L4YAML/Scanner/Scalar.lean:110 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [57] ns-esc-line-separator (§5.7) ← L4YAML.Surface.SNbDoubleChar.escape @ L4YAML/Surface/Scalars.lean:42 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [57] ns-esc-line-separator (§5.7) ← L4YAML.Grammar.resolveNamedEscape @ L4YAML/Spec/Grammar.lean:218 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [57] ns-esc-line-separator (§5.7) ← L4YAML.Scanner.processEscape @ L4YAML/Scanner/Scalar.lean:110 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [58] ns-esc-paragraph-separator (§5.7) ← L4YAML.Surface.SNbDoubleChar.escape @ L4YAML/Surface/Scalars.lean:42 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [58] ns-esc-paragraph-separator (§5.7) ← L4YAML.Grammar.resolveNamedEscape @ L4YAML/Spec/Grammar.lean:218 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [58] ns-esc-paragraph-separator (§5.7) ← L4YAML.Scanner.processEscape @ L4YAML/Scanner/Scalar.lean:110 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [59] ns-esc-8-bit (§5.7) ← L4YAML.Scanner.processEscape @ L4YAML/Scanner/Scalar.lean:110 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [59] ns-esc-8-bit (§5.7) ← L4YAML.Scanner.parseHexEscape @ L4YAML/Scanner/Scalar.lean:71 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [60] ns-esc-16-bit (§5.7) ← L4YAML.Surface.SNbDoubleChar.hexEscape4 @ L4YAML/Surface/Scalars.lean:48 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [60] ns-esc-16-bit (§5.7) ← L4YAML.Scanner.processEscape @ L4YAML/Scanner/Scalar.lean:110 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [60] ns-esc-16-bit (§5.7) ← L4YAML.Scanner.parseHexEscape @ L4YAML/Scanner/Scalar.lean:71 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [61] ns-esc-32-bit (§5.7) ← L4YAML.Scanner.processEscape @ L4YAML/Scanner/Scalar.lean:110 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [61] ns-esc-32-bit (§5.7) ← L4YAML.Scanner.parseHexEscape @ L4YAML/Scanner/Scalar.lean:71 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [61] ns-esc-32-bit (§5.7) ← L4YAML.Surface.SNbDoubleChar.hexEscape8 @ L4YAML/Surface/Scalars.lean:52 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [62] c-ns-esc-char (§5.7) ← L4YAML.Grammar.resolveNamedEscape @ L4YAML/Spec/Grammar.lean:218 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [62] c-ns-esc-char (§5.7) ← L4YAML.Scanner.processEscape @ L4YAML/Scanner/Scalar.lean:110 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [63] s-indent(n) (§6.1) ← L4YAML.Scanner.skipSpaces @ L4YAML/Scanner/Whitespace.lean:101 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [63] s-indent(n) (§6.1) ← L4YAML.Scanner.skipSpacesLoop @ L4YAML/Scanner/Whitespace.lean:88 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [63] s-indent(n) (§6.1) ← L4YAML.Grammar.Indented @ L4YAML/Spec/Grammar.lean:89 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [63] s-indent(n) (§6.1) ← L4YAML.Scanner.consumeExactSpaces @ L4YAML/Scanner/Scalar.lean:721 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [63] s-indent(n) (§6.1) ← L4YAML.Scanner.scanBlockScalar @ L4YAML/Scanner/Scalar.lean:932 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [63] s-indent(n) (§6.1) ← L4YAML.Scanner.skipSpacesLoop._unary @ L4YAML/Scanner/Whitespace.lean Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [64] s-indent(<n) (§6.1) ← L4YAML.Scanner.unwindIndentsLoop._unary @ L4YAML/Scanner/Indent.lean Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [64] s-indent(<n) (§6.1) ← L4YAML.Scanner.unwindIndentsLoop @ L4YAML/Scanner/Indent.lean:41 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [64] s-indent(<n) (§6.1) ← L4YAML.Scanner.unwindIndents @ L4YAML/Scanner/Indent.lean:65 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [65] s-indent(≤n) (§6.1) ← L4YAML.Scanner.unwindIndentsLoop._unary @ L4YAML/Scanner/Indent.lean Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [65] s-indent(≤n) (§6.1) ← L4YAML.Scanner.unwindIndentsLoop @ L4YAML/Scanner/Indent.lean:41 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [65] s-indent(≤n) (§6.1) ← L4YAML.Grammar.IndentedAtLeast @ L4YAML/Spec/Grammar.lean:115 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [65] s-indent(≤n) (§6.1) ← L4YAML.Scanner.unwindIndents @ L4YAML/Scanner/Indent.lean:65 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [66] s-separate-in-line (§6.2) ← L4YAML.Scanner.skipTrailingSpaces @ L4YAML/Scanner/Whitespace.lean:302 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [66] s-separate-in-line (§6.2) ← L4YAML.Scanner.skipWhitespaceLoop @ L4YAML/Scanner/Whitespace.lean:68 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [66] s-separate-in-line (§6.2) ← L4YAML.Scanner.skipDocEndWhitespace @ L4YAML/Scanner/Document.lean:291 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [66] s-separate-in-line (§6.2) ← L4YAML.Scanner.skipWhitespace @ L4YAML/Scanner/Whitespace.lean:81 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [66] s-separate-in-line (§6.2) ← L4YAML.Scanner.skipWhitespaceLoop._unary @ L4YAML/Scanner/Whitespace.lean Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [67] s-line-prefix(n,c) (§6.3) ← L4YAML.Scanner.skipToContentWs @ L4YAML/Scanner/Whitespace.lean:154 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [68] s-block-line-prefix(n) (§6.3) ← L4YAML.Scanner.skipToContentWs @ L4YAML/Scanner/Whitespace.lean:154 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [69] s-flow-line-prefix(n) (§6.3) ← L4YAML.Scanner.foldQuotedNewlines @ L4YAML/Scanner/Scalar.lean:187 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [70] l-empty(n,c) (§6.4) ← L4YAML.Scanner.skipBlankLinesLoop @ L4YAML/Scanner/Scalar.lean:393 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [70] l-empty(n,c) (§6.4) ← L4YAML.Scanner.foldQuotedNewlinesLoop @ L4YAML/Scanner/Scalar.lean:153 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [71] b-l-trimmed(n,c) (§6.5) ← L4YAML.Scanner.foldQuotedNewlines @ L4YAML/Scanner/Scalar.lean:187 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [72] b-as-space (§6.5) ← L4YAML.Scanner.foldQuotedNewlines @ L4YAML/Scanner/Scalar.lean:187 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [73] b-l-folded(n,c) (§6.5) ← L4YAML.Scanner.foldQuotedNewlines @ L4YAML/Scanner/Scalar.lean:187 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [74] s-flow-folded(n) (§6.5) ← L4YAML.Scanner.foldQuotedNewlines @ L4YAML/Scanner/Scalar.lean:187 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [75] c-nb-comment-text (§6.6) ← L4YAML.Scanner.scanBlockScalarSkipComment @ L4YAML/Scanner/Scalar.lean:820 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [75] c-nb-comment-text (§6.6) ← L4YAML.Scanner.collectCommentTextLoop @ L4YAML/Scanner/Whitespace.lean:205 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [75] c-nb-comment-text (§6.6) ← L4YAML.YamlToken.comment @ L4YAML/Token/Token.lean:196 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [75] c-nb-comment-text (§6.6) ← L4YAML.Scanner.scanWithComments @ L4YAML/Scanner/Scanner.lean:580 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [75] c-nb-comment-text (§6.6) ← L4YAML.Scanner.collectCommentTextLoop._unary @ L4YAML/Scanner/Whitespace.lean Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [75] c-nb-comment-text (§6.6) ← L4YAML.Scanner.skipToContentComment @ L4YAML/Scanner/Whitespace.lean:226 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [76] b-comment (§6.6) ← L4YAML.Scanner.scanBlockScalarConsumeNewline @ L4YAML/Scanner/Scalar.lean:845 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [77] s-b-comment (§6.6) ← L4YAML.Scanner.scanBlockScalarSkipComment @ L4YAML/Scanner/Scalar.lean:820 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [77] s-b-comment (§6.6) ← L4YAML.Scanner.skipToContentComment @ L4YAML/Scanner/Whitespace.lean:226 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [78] l-comment (§6.7) ← L4YAML.Scanner.skipToContent @ L4YAML/Scanner/Whitespace.lean:295 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [79] s-l-comments (§6.7) ← L4YAML.Scanner.skipToContentLoop @ L4YAML/Scanner/Whitespace.lean:251 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [79] s-l-comments (§6.7) ← L4YAML.Scanner.skipToContentLoop._unary @ L4YAML/Scanner/Whitespace.lean Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [79] s-l-comments (§6.7) ← L4YAML.Scanner.skipToContent @ L4YAML/Scanner/Whitespace.lean:295 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [80] s-separate(n,c) (§6.7) ← L4YAML.Scanner.skipToContent @ L4YAML/Scanner/Whitespace.lean:295 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [81] s-separate-lines(n) (§6.7) ← L4YAML.Scanner.skipToContent @ L4YAML/Scanner/Whitespace.lean:295 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [82] l-directive (§6.8) ← L4YAML.Scanner.scanDirective @ L4YAML/Scanner/Document.lean:243 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [82] l-directive (§6.8) ← L4YAML.Scanner.scanNextToken_dispatchStructural @ L4YAML/Scanner/Scanner.lean:293 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [82] l-directive (§6.8) ← L4YAML.TokenParser.parseDirectives @ L4YAML/Parser/TokenParser.lean:654 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [83] ns-reserved-directive (§6.8) ← L4YAML.Scanner.scanDirective @ L4YAML/Scanner/Document.lean:243 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [84] ns-directive-name (§6.8) ← L4YAML.Scanner.collectDirectiveNameLoop @ L4YAML/Scanner/Document.lean:87 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [85] ns-directive-parameter (§6.8) ← L4YAML.Scanner.scanDirective @ L4YAML/Scanner/Document.lean:243 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [86] ns-yaml-directive (§6.8.1) ← L4YAML.Scanner.scanYamlDirective @ L4YAML/Scanner/Document.lean:170 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [86] ns-yaml-directive (§6.8.1) ← L4YAML.YamlToken.versionDirective @ L4YAML/Token/Token.lean:113 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [87] ns-yaml-version (§6.8.1) ← L4YAML.Scanner.scanYamlDirective @ L4YAML/Scanner/Document.lean:170 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [87] ns-yaml-version (§6.8.1) ← L4YAML.Scanner.collectVersionMajorLoop @ L4YAML/Scanner/Document.lean:102 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [88] ns-tag-directive (§6.8.2) ← L4YAML.Scanner.scanTagDirective @ L4YAML/Scanner/Document.lean:200 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [88] ns-tag-directive (§6.8.2) ← L4YAML.YamlToken.tagDirective @ L4YAML/Token/Token.lean:115 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [89] c-tag-handle (§6.8.2) ← L4YAML.Scanner.scanTagDirective @ L4YAML/Scanner/Document.lean:200 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [89] c-tag-handle (§6.8.2) ← L4YAML.Scanner.collectTagHandleDirectiveLoop @ L4YAML/Scanner/Document.lean:132 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [90] c-primary-tag-handle (§6.8.2) ← L4YAML.Scanner.scanNamedTag @ L4YAML/Scanner/NodeProperties.lean:159 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [91] c-secondary-tag-handle (§6.8.2) ← L4YAML.Scanner.scanSecondaryTag @ L4YAML/Scanner/NodeProperties.lean:147 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [92] c-named-tag-handle (§6.8.2) ← L4YAML.Scanner.scanNamedTag @ L4YAML/Scanner/NodeProperties.lean:159 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [93] ns-tag-prefix (§6.8.2) ← L4YAML.Scanner.scanTagDirective @ L4YAML/Scanner/Document.lean:200 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [93] ns-tag-prefix (§6.8.2) ← L4YAML.Scanner.collectTagPrefixLoop @ L4YAML/Scanner/Document.lean:148 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [94] c-ns-local-tag-prefix (§6.8.2) ← L4YAML.Scanner.collectTagPrefixLoop @ L4YAML/Scanner/Document.lean:148 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [95] ns-global-tag-prefix (§6.8.2) ← L4YAML.Scanner.collectTagPrefixLoop @ L4YAML/Scanner/Document.lean:148 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [96] c-ns-properties(n,c) (§6.9) ← L4YAML.Scanner.scanNextToken_dispatchContent @ L4YAML/Scanner/Scanner.lean:366 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [96] c-ns-properties(n,c) (§6.9) ← L4YAML.TokenParser.parseNodeProperties @ L4YAML/Parser/State.lean:182 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [97] c-ns-tag-property (§6.9) ← L4YAML.Scanner.scanTag @ L4YAML/Scanner/NodeProperties.lean:178 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [97] c-ns-tag-property (§6.9) ← L4YAML.YamlToken.tag @ L4YAML/Token/Token.lean:181 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [98] c-verbatim-tag (§6.9) ← L4YAML.Scanner.scanVerbatimTag @ L4YAML/Scanner/NodeProperties.lean:133 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [99] c-ns-shorthand-tag (§6.9) ← L4YAML.Scanner.scanNamedTag @ L4YAML/Scanner/NodeProperties.lean:159 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [99] c-ns-shorthand-tag (§6.9) ← L4YAML.TokenParser.resolveTag @ L4YAML/Parser/State.lean:155 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [99] c-ns-shorthand-tag (§6.9) ← L4YAML.Scanner.scanSecondaryTag @ L4YAML/Scanner/NodeProperties.lean:147 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [100] c-non-specific-tag (§6.9) ← L4YAML.Scanner.scanNamedTag @ L4YAML/Scanner/NodeProperties.lean:159 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [101] c-ns-anchor-property (§6.9) ← L4YAML.Scanner.collectAnchorNameLoop @ L4YAML/Scanner/NodeProperties.lean:55 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [101] c-ns-anchor-property (§6.9) ← L4YAML.YamlToken.anchor @ L4YAML/Token/Token.lean:175 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [101] c-ns-anchor-property (§6.9) ← L4YAML.Scanner.scanAnchorOrAlias @ L4YAML/Scanner/NodeProperties.lean:69 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [102] ns-anchor-char (§6.9) ← L4YAML.Scanner.collectAnchorNameLoop @ L4YAML/Scanner/NodeProperties.lean:55 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [103] ns-anchor-name (§6.9) ← L4YAML.Scanner.collectAnchorNameLoop @ L4YAML/Scanner/NodeProperties.lean:55 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [104] c-ns-alias-node (§7.1) ← L4YAML.YamlToken.alias @ L4YAML/Token/Token.lean:178 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [104] c-ns-alias-node (§7.1) ← L4YAML.Surface.SCNsAliasNode @ L4YAML/Surface/Scalars.lean:324 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [104] c-ns-alias-node (§7.1) ← L4YAML.Scanner.collectAnchorNameLoop @ L4YAML/Scanner/NodeProperties.lean:55 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [104] c-ns-alias-node (§7.1) ← L4YAML.Scanner.scanAnchorOrAlias @ L4YAML/Scanner/NodeProperties.lean:69 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [105] e-scalar (§7.2) ← L4YAML.Scanner.scanNextToken_dispatchContent @ L4YAML/Scanner/Scanner.lean:366 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [105] e-scalar (§7.2) ← L4YAML.TokenParser.emptyNode @ L4YAML/Parser/State.lean:217 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [106] e-node (§7.2) ← L4YAML.TokenParser.emptyNode @ L4YAML/Parser/State.lean:217 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [106] e-node (§7.2) ← L4YAML.Grammar.ValidNode.emptyNode @ L4YAML/Spec/Grammar.lean:313 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [107] nb-double-char (§7.3.1) ← L4YAML.Surface.SNbDoubleChar @ L4YAML/Surface/Scalars.lean:38 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [107] nb-double-char (§7.3.1) ← L4YAML.Surface.SNbDoubleChar.plain @ L4YAML/Surface/Scalars.lean:39 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [107] nb-double-char (§7.3.1) ← L4YAML.Surface.SNbDoubleChar.hexEscape4 @ L4YAML/Surface/Scalars.lean:48 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [107] nb-double-char (§7.3.1) ← L4YAML.Surface.SNbDoubleChar.escape @ L4YAML/Surface/Scalars.lean:42 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [107] nb-double-char (§7.3.1) ← L4YAML.Surface.SNbDoubleChar.hexEscape2 @ L4YAML/Surface/Scalars.lean:45 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [107] nb-double-char (§7.3.1) ← L4YAML.Surface.SNbDoubleChar.hexEscape8 @ L4YAML/Surface/Scalars.lean:52 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [107] nb-double-char (§7.3.1) ← L4YAML.Scanner.collectDoubleQuotedLoop @ L4YAML/Scanner/Scalar.lean:229 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [108] ns-double-char (§7.3.1) ← L4YAML.Scanner.collectDoubleQuotedLoop @ L4YAML/Scanner/Scalar.lean:229 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [109] c-double-quoted(n,c) (§7.3.1) ← L4YAML.YamlToken.scalar @ L4YAML/Token/Token.lean:190 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [109] c-double-quoted(n,c) (§7.3.1) ← L4YAML.Surface.SCDoubleQuoted @ L4YAML/Surface/Scalars.lean:156 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [109] c-double-quoted(n,c) (§7.3.1) ← L4YAML.Grammar.ValidNode.doubleQuoted @ L4YAML/Spec/Grammar.lean:297 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [109] c-double-quoted(n,c) (§7.3.1) ← L4YAML.Grammar.ValidNode.doubleQuoted @ L4YAML/Spec/Grammar.lean:297 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [109] c-double-quoted(n,c) (§7.3.1) ← L4YAML.Scanner.scanDoubleQuoted @ L4YAML/Scanner/Scalar.lean:297 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [109] c-double-quoted(n,c) (§7.3.1) ← L4YAML.Proofs.NodeProduction.SCDoubleQuoted_ctx_lift @ L4YAML/Proofs/Production/NodeProduction.lean:249 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [110] nb-double-text(n,c) (§7.3.1) ← L4YAML.Surface.SNbDoubleText @ L4YAML/Surface/Scalars.lean:148 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [110] nb-double-text(n,c) (§7.3.1) ← L4YAML.Scanner.collectDoubleQuotedLoop @ L4YAML/Scanner/Scalar.lean:229 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [111] nb-double-one-line (§7.3.1) ← L4YAML.Scanner.collectDoubleQuotedLoop @ L4YAML/Scanner/Scalar.lean:229 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [111] nb-double-one-line (§7.3.1) ← L4YAML.Surface.SNbDoubleOneLine @ L4YAML/Surface/Scalars.lean:130 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [112] s-double-escaped(n) (§7.3.1) ← L4YAML.Surface.SSDoubleEscaped @ L4YAML/Surface/Scalars.lean:107 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [112] s-double-escaped(n) (§7.3.1) ← L4YAML.Scanner.collectDoubleQuotedLoop @ L4YAML/Scanner/Scalar.lean:229 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [113] s-double-break(n) (§7.3.1) ← L4YAML.Surface.SSDoubleBreak @ L4YAML/Surface/Scalars.lean:119 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [113] s-double-break(n) (§7.3.1) ← L4YAML.Scanner.collectDoubleQuotedLoop @ L4YAML/Scanner/Scalar.lean:229 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [114] nb-ns-double-in-line (§7.3.1) ← L4YAML.Scanner.collectDoubleQuotedLoop @ L4YAML/Scanner/Scalar.lean:229 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [115] s-double-next-line(n) (§7.3.1) ← L4YAML.Scanner.collectDoubleQuotedLoop @ L4YAML/Scanner/Scalar.lean:229 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [116] nb-double-multi-line(n) (§7.3.1) ← L4YAML.Surface.SNbDoubleMultiLine @ L4YAML/Surface/Scalars.lean:134 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [116] nb-double-multi-line(n) (§7.3.1) ← L4YAML.Scanner.collectDoubleQuotedLoop @ L4YAML/Scanner/Scalar.lean:229 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [117] c-quoted-quote (§7.3.2) ← L4YAML.Scanner.collectSingleQuotedLoop @ L4YAML/Scanner/Scalar.lean:318 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [118] nb-single-char (§7.3.2) ← L4YAML.Surface.SNbSingleChar @ L4YAML/Surface/Scalars.lean:168 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [118] nb-single-char (§7.3.2) ← L4YAML.Scanner.collectSingleQuotedLoop @ L4YAML/Scanner/Scalar.lean:318 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [119] ns-single-char (§7.3.2) ← L4YAML.Scanner.collectSingleQuotedLoop @ L4YAML/Scanner/Scalar.lean:318 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [120] c-single-quoted(n,c) (§7.3.2) ← L4YAML.YamlToken.scalar @ L4YAML/Token/Token.lean:190 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [120] c-single-quoted(n,c) (§7.3.2) ← L4YAML.Surface.SCSingleQuoted @ L4YAML/Surface/Scalars.lean:205 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [120] c-single-quoted(n,c) (§7.3.2) ← L4YAML.Grammar.ValidNode.singleQuoted @ L4YAML/Spec/Grammar.lean:295 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [120] c-single-quoted(n,c) (§7.3.2) ← L4YAML.Grammar.ValidNode.singleQuoted @ L4YAML/Spec/Grammar.lean:295 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [120] c-single-quoted(n,c) (§7.3.2) ← L4YAML.Proofs.NodeProduction.SCSingleQuoted_ctx_lift @ L4YAML/Proofs/Production/NodeProduction.lean:268 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [120] c-single-quoted(n,c) (§7.3.2) ← L4YAML.Scanner.scanSingleQuoted @ L4YAML/Scanner/Scalar.lean:374 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [121] nb-single-text(n,c) (§7.3.2) ← L4YAML.Scanner.collectSingleQuotedLoop @ L4YAML/Scanner/Scalar.lean:318 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [121] nb-single-text(n,c) (§7.3.2) ← L4YAML.Surface.SNbSingleText @ L4YAML/Surface/Scalars.lean:197 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [122] nb-single-one-line (§7.3.2) ← L4YAML.Surface.SNbSingleOneLine @ L4YAML/Surface/Scalars.lean:177 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [122] nb-single-one-line (§7.3.2) ← L4YAML.Scanner.collectSingleQuotedLoop @ L4YAML/Scanner/Scalar.lean:318 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [123] nb-ns-single-in-line (§7.3.2) ← L4YAML.Scanner.collectSingleQuotedLoop @ L4YAML/Scanner/Scalar.lean:318 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [124] s-single-next-line(n) (§7.3.2) ← L4YAML.Scanner.collectSingleQuotedLoop @ L4YAML/Scanner/Scalar.lean:318 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [125] nb-single-multi-line(n) (§7.3.2) ← L4YAML.Scanner.collectSingleQuotedLoop @ L4YAML/Scanner/Scalar.lean:318 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [125] nb-single-multi-line(n) (§7.3.2) ← L4YAML.Surface.SNbSingleMultiLine @ L4YAML/Surface/Scalars.lean:181 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [126] ns-plain-first(c) (§7.3.3) ← L4YAML.CharPredicates.canStartPlainScalarBool @ L4YAML/Spec/CharPredicates.lean:365 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [126] ns-plain-first(c) (§7.3.3) ← L4YAML.Scanner.collectPlainScalar_terminates? @ L4YAML/Scanner/Scalar.lean:427 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [126] ns-plain-first(c) (§7.3.3) ← L4YAML.CharPredicates.canStartPlainScalarProp @ L4YAML/Spec/CharPredicates.lean:379 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [126] ns-plain-first(c) (§7.3.3) ← L4YAML.CharPredicates.validPlainFirstProp @ L4YAML/Spec/CharPredicates.lean:521 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [126] ns-plain-first(c) (§7.3.3) ← L4YAML.CharPredicates.validPlainFirstBool @ L4YAML/Spec/CharPredicates.lean:503 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [126] ns-plain-first(c) (§7.3.3) ← L4YAML.Surface.SNsPlainFirst @ L4YAML/Surface/Scalars.lean:227 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [127] ns-plain-safe(c) (§7.3.3) ← L4YAML.Surface.isNsPlainSafe @ L4YAML/Surface/Scalars.lean:217 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [127] ns-plain-safe(c) (§7.3.3) ← L4YAML.CharPredicates.isPlainSafeBool @ L4YAML/Spec/CharPredicates.lean:446 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [127] ns-plain-safe(c) (§7.3.3) ← L4YAML.CharPredicates.isPlainSafeProp @ L4YAML/Spec/CharPredicates.lean:461 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [127] ns-plain-safe(c) (§7.3.3) ← L4YAML.CharPredicates.noFlowIndicatorsProp @ L4YAML/Spec/CharPredicates.lean:769 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [127] ns-plain-safe(c) (§7.3.3) ← L4YAML.CharPredicates.noFlowIndicatorsBool @ L4YAML/Spec/CharPredicates.lean:764 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [128] ns-plain-safe-out (§7.3.3) ← L4YAML.CharPredicates.isPlainSafeBool @ L4YAML/Spec/CharPredicates.lean:446 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [128] ns-plain-safe-out (§7.3.3) ← L4YAML.CharPredicates.isPlainSafeProp @ L4YAML/Spec/CharPredicates.lean:461 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [129] ns-plain-safe-in (§7.3.3) ← L4YAML.Scanner.collectPlainScalar_terminates? @ L4YAML/Scanner/Scalar.lean:427 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [129] ns-plain-safe-in (§7.3.3) ← L4YAML.CharPredicates.isPlainSafeBool @ L4YAML/Spec/CharPredicates.lean:446 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [129] ns-plain-safe-in (§7.3.3) ← L4YAML.CharPredicates.isPlainSafeProp @ L4YAML/Spec/CharPredicates.lean:461 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [130] ns-plain-char(c) (§7.3.3) ← L4YAML.CharPredicates.noSpaceHashBool @ L4YAML/Spec/CharPredicates.lean:737 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [130] ns-plain-char(c) (§7.3.3) ← L4YAML.CharPredicates.noColonSpaceBool @ L4YAML/Spec/CharPredicates.lean:710 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [130] ns-plain-char(c) (§7.3.3) ← L4YAML.CharPredicates.noSpaceHashProp @ L4YAML/Spec/CharPredicates.lean:742 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [130] ns-plain-char(c) (§7.3.3) ← L4YAML.CharPredicates.noColonSpaceProp @ L4YAML/Spec/CharPredicates.lean:715 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [130] ns-plain-char(c) (§7.3.3) ← L4YAML.Surface.SNsPlainChar @ L4YAML/Surface/Scalars.lean:244 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [131] ns-plain(n,c) (§7.3.3) ← L4YAML.YamlToken.scalar @ L4YAML/Token/Token.lean:190 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [131] ns-plain(n,c) (§7.3.3) ← L4YAML.Grammar.ValidNode.plainScalarFlow @ L4YAML/Spec/Grammar.lean:290 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [131] ns-plain(n,c) (§7.3.3) ← L4YAML.Grammar.ValidNode.plainScalarBlock @ L4YAML/Spec/Grammar.lean:285 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [131] ns-plain(n,c) (§7.3.3) ← L4YAML.Scanner.collectPlainScalar_terminates? @ L4YAML/Scanner/Scalar.lean:427 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [131] ns-plain(n,c) (§7.3.3) ← L4YAML.Scanner.scanPlainScalar @ L4YAML/Scanner/Scalar.lean:555 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [131] ns-plain(n,c) (§7.3.3) ← L4YAML.Surface.SNsPlain @ L4YAML/Surface/Scalars.lean:314 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [132] nb-ns-plain-in-line(c) (§7.3.3) ← L4YAML.Scanner.collectPlainScalarLoop @ L4YAML/Scanner/Scalar.lean:480 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [132] nb-ns-plain-in-line(c) (§7.3.3) ← L4YAML.Surface.SNbNsPlainInLineEntry @ L4YAML/Surface/Scalars.lean:263 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [133] ns-plain-one-line(c) (§7.3.3) ← L4YAML.Scanner.collectPlainScalarLoop @ L4YAML/Scanner/Scalar.lean:480 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [133] ns-plain-one-line(c) (§7.3.3) ← L4YAML.Surface.SNsPlainOneLine @ L4YAML/Surface/Scalars.lean:273 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [134] s-ns-plain-next-line(n,c) (§7.3.3) ← L4YAML.Surface.SSNsPlainNextLine @ L4YAML/Surface/Scalars.lean:291 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [134] s-ns-plain-next-line(n,c) (§7.3.3) ← L4YAML.Scanner.collectPlainScalarLoop @ L4YAML/Scanner/Scalar.lean:480 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [134] s-ns-plain-next-line(n,c) (§7.3.3) ← L4YAML.Scanner.collectPlainScalar_handleBlockLineBreak @ L4YAML/Scanner/Scalar.lean:457 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [135] ns-plain-multi-line(n,c) (§7.3.3) ← L4YAML.Scanner.collectPlainScalarLoop @ L4YAML/Scanner/Scalar.lean:480 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [135] ns-plain-multi-line(n,c) (§7.3.3) ← L4YAML.Surface.SNsPlainMultiLine @ L4YAML/Surface/Scalars.lean:302 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [135] ns-plain-multi-line(n,c) (§7.3.3) ← L4YAML.Scanner.collectPlainScalar_handleBlockLineBreak @ L4YAML/Scanner/Scalar.lean:457 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [136] in-flow(c) (§7.4) ← L4YAML.Scanner.ScannerState.inFlow @ L4YAML/Scanner/State.lean:243 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [137] c-flow-sequence(n,c) (§7.4.1) ← L4YAML.Grammar.ValidNode.flowSeq @ L4YAML/Spec/Grammar.lean:307 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [137] c-flow-sequence(n,c) (§7.4.1) ← L4YAML.Grammar.ValidNode.flowSeq @ L4YAML/Spec/Grammar.lean:307 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [137] c-flow-sequence(n,c) (§7.4.1) ← L4YAML.TokenParser.parseFlowSequence @ L4YAML/Parser/TokenParser.lean:387 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [137] c-flow-sequence(n,c) (§7.4.1) ← L4YAML.Scanner.scanFlowSequenceStart @ L4YAML/Scanner/Scanner.lean:134 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [137] c-flow-sequence(n,c) (§7.4.1) ← L4YAML.Surface.SFlowSequence @ L4YAML/Surface/Node.lean:291 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [137] c-flow-sequence(n,c) (§7.4.1) ← L4YAML.Scanner.scanNextToken_dispatchFlowIndicators @ L4YAML/Scanner/Scanner.lean:319 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [138] ns-s-flow-seq-entries(n,c) (§7.4.1) ← L4YAML.Surface.SFlowSeqEntries @ L4YAML/Surface/Node.lean:306 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [138] ns-s-flow-seq-entries(n,c) (§7.4.1) ← L4YAML.TokenParser.parseFlowSequenceLoop @ L4YAML/Parser/TokenParser.lean:400 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [139] ns-flow-seq-entry(n,c) (§7.4.1) ← L4YAML.Surface.SFlowSeqEntry @ L4YAML/Surface/Node.lean:327 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [139] ns-flow-seq-entry(n,c) (§7.4.1) ← L4YAML.TokenParser.parseFlowSequenceLoop @ L4YAML/Parser/TokenParser.lean:400 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [140] c-flow-mapping(n,c) (§7.4.2) ← L4YAML.Grammar.ValidNode.flowMap @ L4YAML/Spec/Grammar.lean:309 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [140] c-flow-mapping(n,c) (§7.4.2) ← L4YAML.TokenParser.parseFlowMapping @ L4YAML/Parser/TokenParser.lean:445 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [140] c-flow-mapping(n,c) (§7.4.2) ← L4YAML.Surface.SFlowMapping @ L4YAML/Surface/Node.lean:349 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [140] c-flow-mapping(n,c) (§7.4.2) ← L4YAML.Scanner.scanFlowMappingStart @ L4YAML/Scanner/Scanner.lean:185 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [140] c-flow-mapping(n,c) (§7.4.2) ← L4YAML.Scanner.scanNextToken_dispatchFlowIndicators @ L4YAML/Scanner/Scanner.lean:319 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [141] ns-s-flow-map-entries(n,c) (§7.4.2) ← L4YAML.TokenParser.parseFlowMappingLoop @ L4YAML/Parser/TokenParser.lean:495 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [141] ns-s-flow-map-entries(n,c) (§7.4.2) ← L4YAML.Surface.SFlowMapEntries @ L4YAML/Surface/Node.lean:364 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [142] ns-flow-map-entry(n,c) (§7.4.2) ← L4YAML.TokenParser.parseFlowMappingLoop @ L4YAML/Parser/TokenParser.lean:495 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [142] ns-flow-map-entry(n,c) (§7.4.2) ← L4YAML.Surface.SFlowMapEntry @ L4YAML/Surface/Node.lean:385 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [143] ns-flow-map-explicit-entry(n,c) (§7.4.2) ← L4YAML.TokenParser.parseExplicitKey @ L4YAML/Parser/TokenParser.lean:481 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [144] ns-flow-map-implicit-entry(n,c) (§7.4.2) ← L4YAML.TokenParser.parseFlowMappingLoop @ L4YAML/Parser/TokenParser.lean:495 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [145] ns-flow-map-yaml-key-entry(n,c) (§7.4.2) ← L4YAML.TokenParser.parseFlowMappingLoop @ L4YAML/Parser/TokenParser.lean:495 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [146] c-ns-flow-map-empty-key-entry(n,c) (§7.4.2) ← L4YAML.TokenParser.parseFlowMappingLoop @ L4YAML/Parser/TokenParser.lean:495 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [147] c-ns-flow-map-separate-value(n,c) (§7.4.2) ← L4YAML.Scanner.isValueCandidate @ L4YAML/Scanner/SimpleKey.lean:303 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [148] c-ns-flow-map-json-key-entry(n,c) (§7.4.2) ← L4YAML.Scanner.isValueCandidate @ L4YAML/Scanner/SimpleKey.lean:303 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [149] c-ns-flow-map-adjacent-value(n,c) (§7.4.2) ← L4YAML.TokenParser.parseFlowMappingValue @ L4YAML/Parser/TokenParser.lean:459 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [150] ns-flow-pair(n,c) (§7.4.2) ← L4YAML.TokenParser.parseSinglePairMapping @ L4YAML/Parser/TokenParser.lean:536 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [151] ns-flow-pair-entry(n,c) (§7.4.2) ← L4YAML.TokenParser.parseSinglePairMapping @ L4YAML/Parser/TokenParser.lean:536 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [152] ns-flow-pair-yaml-key-entry(n,c) (§7.4.2) ← L4YAML.TokenParser.parseSinglePairMapping @ L4YAML/Parser/TokenParser.lean:536 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [153] c-ns-flow-pair-json-key-entry(n,c) (§7.4.2) ← L4YAML.TokenParser.parseSinglePairMapping @ L4YAML/Parser/TokenParser.lean:536 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [154] ns-s-implicit-yaml-key(c) (§7.4.2) ← L4YAML.Scanner.saveSimpleKey @ L4YAML/Scanner/SimpleKey.lean:246 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [155] c-s-implicit-json-key(c) (§7.4.2) ← L4YAML.TokenParser.parseFlowMappingLoop @ L4YAML/Parser/TokenParser.lean:495 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [156] ns-flow-yaml-content(n,c) (§7.5) ← L4YAML.TokenParser.parseNodeContent._mutual @ L4YAML/Parser/TokenParser.lean Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [156] ns-flow-yaml-content(n,c) (§7.5) ← L4YAML.TokenParser.parseNodeContent @ L4YAML/Parser/TokenParser.lean:92 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [157] c-flow-json-content(n,c) (§7.5) ← L4YAML.TokenParser.parseNodeContent._mutual @ L4YAML/Parser/TokenParser.lean Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [157] c-flow-json-content(n,c) (§7.5) ← L4YAML.TokenParser.parseNodeContent @ L4YAML/Parser/TokenParser.lean:92 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [158] ns-flow-content(n,c) (§7.5) ← L4YAML.Surface.SFlowContent @ L4YAML/Surface/Node.lean:267 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [158] ns-flow-content(n,c) (§7.5) ← L4YAML.TokenParser.parseNodeContent._mutual @ L4YAML/Parser/TokenParser.lean Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [158] ns-flow-content(n,c) (§7.5) ← L4YAML.TokenParser.parseNodeContent @ L4YAML/Parser/TokenParser.lean:92 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [159] ns-flow-yaml-node(n,c) (§7.5) ← L4YAML.TokenParser.parseNodeContent._mutual @ L4YAML/Parser/TokenParser.lean Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [159] ns-flow-yaml-node(n,c) (§7.5) ← L4YAML.TokenParser.parseNodeContent @ L4YAML/Parser/TokenParser.lean:92 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [160] c-flow-json-node(n,c) (§7.5) ← L4YAML.Scanner.isJsonNodeToken @ L4YAML/Scanner/SimpleKey.lean:287 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [161] ns-flow-node(n,c) (§7.5) ← L4YAML.Surface.SFlowNode @ L4YAML/Surface/Node.lean:245 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [161] ns-flow-node(n,c) (§7.5) ← L4YAML.Scanner.scanNextToken_dispatchContent @ L4YAML/Scanner/Scanner.lean:366 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [161] ns-flow-node(n,c) (§7.5) ← L4YAML.Grammar.ValidNode @ L4YAML/Spec/Grammar.lean:281 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [161] ns-flow-node(n,c) (§7.5) ← L4YAML.TokenParser.parseNode @ L4YAML/Parser/TokenParser.lean:131 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [162] c-b-block-header(t) (§8.1.1) ← L4YAML.Surface.SCBBlockHeader @ L4YAML/Surface/Scalars.lean:339 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [162] c-b-block-header(t) (§8.1.1) ← L4YAML.Scanner.scanBlockScalar @ L4YAML/Scanner/Scalar.lean:932 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [162] c-b-block-header(t) (§8.1.1) ← L4YAML.Scanner.parseBlockHeaderLoop @ L4YAML/Scanner/Scalar.lean:796 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [162] c-b-block-header(t) (§8.1.1) ← L4YAML.Grammar.isBlockScalarHeaderChar @ L4YAML/Spec/Grammar.lean:792 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [163] c-indentation-indicator (§8.1.1) ← L4YAML.Scanner.autoDetectBlockScalarIndentLoop @ L4YAML/Scanner/Scalar.lean:674 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [163] c-indentation-indicator (§8.1.1) ← L4YAML.Scanner.autoDetectBlockScalarIndent @ L4YAML/Scanner/Scalar.lean:713 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [163] c-indentation-indicator (§8.1.1) ← L4YAML.Scanner.scanBlockScalarBody @ L4YAML/Scanner/Scalar.lean:875 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [163] c-indentation-indicator (§8.1.1) ← L4YAML.Scanner.scanBlockScalar @ L4YAML/Scanner/Scalar.lean:932 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [163] c-indentation-indicator (§8.1.1) ← L4YAML.Grammar.isBlockScalarHeaderChar @ L4YAML/Spec/Grammar.lean:792 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [164] c-chomping-indicator(t) (§8.1.1) ← L4YAML.Scanner.scanBlockScalarBody @ L4YAML/Scanner/Scalar.lean:875 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [164] c-chomping-indicator(t) (§8.1.1) ← L4YAML.Scanner.scanBlockScalar @ L4YAML/Scanner/Scalar.lean:932 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [164] c-chomping-indicator(t) (§8.1.1) ← L4YAML.Grammar.isBlockScalarHeaderChar @ L4YAML/Spec/Grammar.lean:792 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [165] b-chomped-last(t) (§8.1.1) ← L4YAML.Scanner.scanBlockScalarBody @ L4YAML/Scanner/Scalar.lean:875 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [166] l-chomped-empty(n,t) (§8.1.1) ← L4YAML.Scanner.scanBlockScalarBody @ L4YAML/Scanner/Scalar.lean:875 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [167] l-strip-empty(n) (§8.1.1) ← L4YAML.Scanner.scanBlockScalarBody @ L4YAML/Scanner/Scalar.lean:875 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [168] l-keep-empty(n) (§8.1.1) ← L4YAML.Scanner.scanBlockScalarBody @ L4YAML/Scanner/Scalar.lean:875 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [169] l-trail-comments(n) (§8.1.1) ← L4YAML.Scanner.scanBlockScalarBody @ L4YAML/Scanner/Scalar.lean:875 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [170] c-l+literal(n) (§8.1.2) ← L4YAML.YamlToken.scalar @ L4YAML/Token/Token.lean:190 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [170] c-l+literal(n) (§8.1.2) ← L4YAML.Surface.SCLLiteral @ L4YAML/Surface/Scalars.lean:378 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [170] c-l+literal(n) (§8.1.2) ← L4YAML.Grammar.ValidNode.literalScalar @ L4YAML/Spec/Grammar.lean:299 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [170] c-l+literal(n) (§8.1.2) ← L4YAML.Grammar.ValidNode.literalScalar @ L4YAML/Spec/Grammar.lean:299 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [170] c-l+literal(n) (§8.1.2) ← L4YAML.Scanner.scanBlockScalar @ L4YAML/Scanner/Scalar.lean:932 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [171] l-nb-literal-text(n) (§8.1.2) ← L4YAML.Surface.SLNbLiteralText @ L4YAML/Surface/Scalars.lean:348 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [171] l-nb-literal-text(n) (§8.1.2) ← L4YAML.Scanner.scanBlockScalarBody @ L4YAML/Scanner/Scalar.lean:875 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [171] l-nb-literal-text(n) (§8.1.2) ← L4YAML.Scanner.scanBlockScalar @ L4YAML/Scanner/Scalar.lean:932 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [171] l-nb-literal-text(n) (§8.1.2) ← L4YAML.Scanner.collectLineContentLoop @ L4YAML/Scanner/Scalar.lean:734 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [172] b-nb-literal-next(n) (§8.1.2) ← L4YAML.Surface.SBNbLiteralNext @ L4YAML/Surface/Scalars.lean:356 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [172] b-nb-literal-next(n) (§8.1.2) ← L4YAML.Scanner.collectBlockScalarLoop @ L4YAML/Scanner/Scalar.lean:750 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [172] b-nb-literal-next(n) (§8.1.2) ← L4YAML.Scanner.scanBlockScalar @ L4YAML/Scanner/Scalar.lean:932 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [173] l-literal-content(n,t) (§8.1.2) ← L4YAML.Surface.SLLiteralContent @ L4YAML/Surface/Scalars.lean:365 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [173] l-literal-content(n,t) (§8.1.2) ← L4YAML.Scanner.collectBlockScalarLoop @ L4YAML/Scanner/Scalar.lean:750 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [173] l-literal-content(n,t) (§8.1.2) ← L4YAML.Scanner.scanBlockScalar @ L4YAML/Scanner/Scalar.lean:932 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [174] c-l+folded(n) (§8.1.3) ← L4YAML.YamlToken.scalar @ L4YAML/Token/Token.lean:190 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [174] c-l+folded(n) (§8.1.3) ← L4YAML.Surface.SCLFolded @ L4YAML/Surface/Scalars.lean:408 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [174] c-l+folded(n) (§8.1.3) ← L4YAML.Grammar.ValidNode.foldedScalar @ L4YAML/Spec/Grammar.lean:301 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [174] c-l+folded(n) (§8.1.3) ← L4YAML.Grammar.ValidNode.foldedScalar @ L4YAML/Spec/Grammar.lean:301 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [174] c-l+folded(n) (§8.1.3) ← L4YAML.Scanner.scanBlockScalar @ L4YAML/Scanner/Scalar.lean:932 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [174] c-l+folded(n) (§8.1.3) ← L4YAML.Scanner.foldBlockContent @ L4YAML/Scanner/Scalar.lean:620 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [175] s-nb-folded-text(n) (§8.1.3) ← L4YAML.Surface.SSNbFoldedText @ L4YAML/Surface/Scalars.lean:386 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [175] s-nb-folded-text(n) (§8.1.3) ← L4YAML.Scanner.foldBlockContent @ L4YAML/Scanner/Scalar.lean:620 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [176] l-nb-folded-lines(n) (§8.1.3) ← L4YAML.Surface.SLNbFoldedLines @ L4YAML/Surface/Scalars.lean:393 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [176] l-nb-folded-lines(n) (§8.1.3) ← L4YAML.Scanner.foldBlockContent @ L4YAML/Scanner/Scalar.lean:620 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [177] s-nb-spaced-text(n) (§8.1.3) ← L4YAML.Scanner.foldBlockContent @ L4YAML/Scanner/Scalar.lean:620 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [178] b-l-spaced(n) (§8.1.3) ← L4YAML.Scanner.foldBlockContent @ L4YAML/Scanner/Scalar.lean:620 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [179] l-nb-spaced-lines(n) (§8.1.3) ← L4YAML.Scanner.foldBlockContent @ L4YAML/Scanner/Scalar.lean:620 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [180] l-nb-same-lines(n) (§8.1.3) ← L4YAML.Scanner.foldBlockContent @ L4YAML/Scanner/Scalar.lean:620 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [181] l-nb-diff-lines(n) (§8.1.3) ← L4YAML.Scanner.foldBlockContent @ L4YAML/Scanner/Scalar.lean:620 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [182] l-folded-content(n,t) (§8.1.3) ← L4YAML.Scanner.foldBlockContent @ L4YAML/Scanner/Scalar.lean:620 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [183] l+block-sequence(n) (§8.2.1) ← L4YAML.Scanner.pushSequenceIndent @ L4YAML/Scanner/Indent.lean:76 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [183] l+block-sequence(n) (§8.2.1) ← L4YAML.Surface.SBlockSeqEntries @ L4YAML/Surface/Node.lean:127 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [183] l+block-sequence(n) (§8.2.1) ← L4YAML.TokenParser.parseBlockSequence @ L4YAML/Parser/TokenParser.lean:172 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [183] l+block-sequence(n) (§8.2.1) ← L4YAML.Grammar.ValidNode.blockSeq @ L4YAML/Spec/Grammar.lean:303 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [183] l+block-sequence(n) (§8.2.1) ← L4YAML.Grammar.ValidNode.blockSeq @ L4YAML/Spec/Grammar.lean:303 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [184] c-l-block-seq-entry(n) (§8.2.1) ← L4YAML.TokenParser.parseBlockSequenceLoop @ L4YAML/Parser/TokenParser.lean:185 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [184] c-l-block-seq-entry(n) (§8.2.1) ← L4YAML.Scanner.isBlockEntryCandidate @ L4YAML/Scanner/SimpleKey.lean:269 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [184] c-l-block-seq-entry(n) (§8.2.1) ← L4YAML.Scanner.scanBlockEntry @ L4YAML/Scanner/SimpleKey.lean:63 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [184] c-l-block-seq-entry(n) (§8.2.1) ← L4YAML.Scanner.scanNextToken_dispatchBlockIndicators @ L4YAML/Scanner/Scanner.lean:346 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [185] s-l+block-indented(n,c) (§8.2.1) ← L4YAML.Surface.SBlockIndented @ L4YAML/Surface/Node.lean:102 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [185] s-l+block-indented(n,c) (§8.2.1) ← L4YAML.TokenParser.parseNode @ L4YAML/Parser/TokenParser.lean:131 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [186] ns-l-compact-sequence(n) (§8.2.1) ← L4YAML.TokenParser.parseImplicitBlockSequence @ L4YAML/Parser/TokenParser.lean:220 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [186] ns-l-compact-sequence(n) (§8.2.1) ← L4YAML.Surface.SCompactSeq @ L4YAML/Surface/Node.lean:191 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [187] l+block-mapping(n) (§8.2.2) ← L4YAML.Grammar.ValidNode.blockMap @ L4YAML/Spec/Grammar.lean:305 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [187] l+block-mapping(n) (§8.2.2) ← L4YAML.Grammar.ValidNode.blockMap @ L4YAML/Spec/Grammar.lean:305 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [187] l+block-mapping(n) (§8.2.2) ← L4YAML.Surface.SBlockMapEntries @ L4YAML/Surface/Node.lean:178 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [187] l+block-mapping(n) (§8.2.2) ← L4YAML.TokenParser.parseBlockMapping @ L4YAML/Parser/TokenParser.lean:265 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [187] l+block-mapping(n) (§8.2.2) ← L4YAML.Scanner.pushMappingIndent @ L4YAML/Scanner/Indent.lean:90 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [188] ns-l-block-map-entry(n) (§8.2.2) ← L4YAML.Surface.SBlockMapEntry @ L4YAML/Surface/Node.lean:144 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [188] ns-l-block-map-entry(n) (§8.2.2) ← L4YAML.TokenParser.parseBlockMappingEntryValue @ L4YAML/Parser/TokenParser.lean:280 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [189] c-l-block-map-explicit-entry(n) (§8.2.2) ← L4YAML.TokenParser.handleBlockMappingKeyEntry @ L4YAML/Parser/TokenParser.lean:316 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [190] c-l-block-map-explicit-key(n) (§8.2.2) ← L4YAML.Scanner.scanKey @ L4YAML/Scanner/SimpleKey.lean:93 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [190] c-l-block-map-explicit-key(n) (§8.2.2) ← L4YAML.TokenParser.handleBlockMappingKeyEntry @ L4YAML/Parser/TokenParser.lean:316 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [190] c-l-block-map-explicit-key(n) (§8.2.2) ← L4YAML.Scanner.scanNextToken_dispatchBlockIndicators @ L4YAML/Scanner/Scanner.lean:346 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [191] l-block-map-explicit-value(n) (§8.2.2) ← L4YAML.TokenParser.handleBlockMappingValueEntry @ L4YAML/Parser/TokenParser.lean:344 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [191] l-block-map-explicit-value(n) (§8.2.2) ← L4YAML.Scanner.isKeyCandidate @ L4YAML/Scanner/SimpleKey.lean:277 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [192] ns-l-block-map-implicit-entry(n) (§8.2.2) ← L4YAML.TokenParser.parseBlockMappingLoop @ L4YAML/Parser/TokenParser.lean:360 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [193] ns-s-block-map-implicit-key (§8.2.2) ← L4YAML.Surface.SImplicitKey @ L4YAML/Surface/Node.lean:230 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [193] ns-s-block-map-implicit-key (§8.2.2) ← L4YAML.TokenParser.handleBlockMappingKeyEntry @ L4YAML/Parser/TokenParser.lean:316 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [194] c-l-block-map-implicit-value(n) (§8.2.2) ← L4YAML.TokenParser.handleBlockMappingValueEntry @ L4YAML/Parser/TokenParser.lean:344 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [195] ns-l-compact-mapping(n) (§8.2.2) ← L4YAML.TokenParser.parseBlockMappingLoop @ L4YAML/Parser/TokenParser.lean:360 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [195] ns-l-compact-mapping(n) (§8.2.2) ← L4YAML.Surface.SCompactMap @ L4YAML/Surface/Node.lean:212 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [196] s-l+block-node(n,c) (§8.2.3) ← L4YAML.Grammar.ValidNode @ L4YAML/Spec/Grammar.lean:281 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [196] s-l+block-node(n,c) (§8.2.3) ← L4YAML.TokenParser.parseNode @ L4YAML/Parser/TokenParser.lean:131 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [196] s-l+block-node(n,c) (§8.2.3) ← L4YAML.Surface.SBlockNode @ L4YAML/Surface/Node.lean:62 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [197] s-l+flow-in-block(n) (§8.2.3) ← L4YAML.TokenParser.parseNode @ L4YAML/Parser/TokenParser.lean:131 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [198] s-l+block-in-block(n,c) (§8.2.3) ← L4YAML.TokenParser.parseNode @ L4YAML/Parser/TokenParser.lean:131 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [199] s-l+block-scalar(n,c) (§8.2.3) ← L4YAML.TokenParser.parseNode @ L4YAML/Parser/TokenParser.lean:131 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [200] s-l+block-collection(n,c) (§8.2.3) ← L4YAML.TokenParser.parseNode @ L4YAML/Parser/TokenParser.lean:131 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [201] seq-space(n,c) (§8.2.1) ← L4YAML.TokenParser.parseNode @ L4YAML/Parser/TokenParser.lean:131 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [202] l-document-prefix (§9.1.1) ← L4YAML.Scanner.scan @ L4YAML/Scanner/Scanner.lean:524 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [202] l-document-prefix (§9.1.1) ← L4YAML.Surface.SLDocumentPrefix @ L4YAML/Surface/Document.lean:118 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [202] l-document-prefix (§9.1.1) ← L4YAML.TokenParser.prepareDocumentState @ L4YAML/Parser/TokenParser.lean:675 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [203] c-directives-end (§9.1.2) ← L4YAML.Scanner.atDocumentStart @ L4YAML/Scanner/Document.lean:45 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [203] c-directives-end (§9.1.2) ← L4YAML.Scanner.scanNextToken_dispatchStructural @ L4YAML/Scanner/Scanner.lean:293 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [203] c-directives-end (§9.1.2) ← L4YAML.Surface.SCDirectivesEnd @ L4YAML/Surface/Document.lean:52 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [203] c-directives-end (§9.1.2) ← L4YAML.Scanner.scanDocumentStart @ L4YAML/Scanner/Document.lean:275 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [203] c-directives-end (§9.1.2) ← L4YAML.YamlToken.documentStart @ L4YAML/Token/Token.lean:120 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [204] c-document-end (§9.1.2) ← L4YAML.Scanner.scanDocumentEnd @ L4YAML/Scanner/Document.lean:314 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [204] c-document-end (§9.1.2) ← L4YAML.Surface.SCDocumentEnd @ L4YAML/Surface/Document.lean:59 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [204] c-document-end (§9.1.2) ← L4YAML.Scanner.atDocumentEnd @ L4YAML/Scanner/Document.lean:64 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [204] c-document-end (§9.1.2) ← L4YAML.YamlToken.documentEnd @ L4YAML/Token/Token.lean:122 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [204] c-document-end (§9.1.2) ← L4YAML.Scanner.scanNextToken_dispatchStructural @ L4YAML/Scanner/Scanner.lean:293 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [205] l-document-suffix (§9.1.2) ← L4YAML.Scanner.scanDocumentEnd @ L4YAML/Scanner/Document.lean:314 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [205] l-document-suffix (§9.1.2) ← L4YAML.Surface.SLDocumentSuffix @ L4YAML/Surface/Document.lean:127 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [206] c-forbidden (§9.1.2) ← L4YAML.Grammar.isCForbiddenPrefix @ L4YAML/Spec/Grammar.lean:164 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [206] c-forbidden (§9.1.2) ← L4YAML.Surface.SCForbidden @ L4YAML/Surface/Document.lean:41 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [206] c-forbidden (§9.1.2) ← L4YAML.Scanner.atDocumentBoundary @ L4YAML/Scanner/Document.lean:79 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [207] l-bare-document (§9.1.3) ← L4YAML.Grammar.ValidDocument @ L4YAML/Spec/Grammar.lean:354 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [207] l-bare-document (§9.1.3) ← L4YAML.TokenParser.parseDocument @ L4YAML/Parser/TokenParser.lean:713 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [207] l-bare-document (§9.1.3) ← L4YAML.Surface.SLBareDocument @ L4YAML/Surface/Document.lean:71 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [208] l-explicit-document (§9.1.4) ← L4YAML.Surface.SLExplicitDocument @ L4YAML/Surface/Document.lean:79 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [208] l-explicit-document (§9.1.4) ← L4YAML.Grammar.ValidDocument @ L4YAML/Spec/Grammar.lean:354 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [208] l-explicit-document (§9.1.4) ← L4YAML.TokenParser.parseDocument @ L4YAML/Parser/TokenParser.lean:713 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [209] l-directive-document (§9.1.5) ← L4YAML.Grammar.ValidDocument @ L4YAML/Spec/Grammar.lean:354 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [209] l-directive-document (§9.1.5) ← L4YAML.Surface.SLDirectiveDocument @ L4YAML/Surface/Document.lean:88 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [209] l-directive-document (§9.1.5) ← L4YAML.TokenParser.parseDocument @ L4YAML/Parser/TokenParser.lean:713 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [210] l-any-document (§9.2) ← L4YAML.Grammar.ValidDocument @ L4YAML/Spec/Grammar.lean:354 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [210] l-any-document (§9.2) ← L4YAML.TokenParser.parseDocument @ L4YAML/Parser/TokenParser.lean:713 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [210] l-any-document (§9.2) ← L4YAML.Surface.SLAnyDocument @ L4YAML/Surface/Document.lean:96 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [211] l-yaml-stream (§9.2) ← L4YAML.Scanner.scan @ L4YAML/Scanner/Scanner.lean:524 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [211] l-yaml-stream (§9.2) ← L4YAML.Scanner.scanFiltered @ L4YAML/Scanner/Scanner.lean:538 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [211] l-yaml-stream (§9.2) ← L4YAML.Scanner.scanLoopFull @ L4YAML/Scanner/Scanner.lean:546 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [211] l-yaml-stream (§9.2) ← L4YAML.TokenParser.parseStream @ L4YAML/Parser/TokenParser.lean:784 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [211] l-yaml-stream (§9.2) ← L4YAML.Scanner.scanLoopFull._unary @ L4YAML/Scanner/Scanner.lean Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [211] l-yaml-stream (§9.2) ← L4YAML.Surface.SLYamlStream @ L4YAML/Surface/Document.lean:136 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [211] l-yaml-stream (§9.2) ← L4YAML.Grammar.ValidStream @ L4YAML/Spec/Grammar.lean:371 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [211] l-yaml-stream (§9.2) ← L4YAML.Scanner.scanWithComments @ L4YAML/Scanner/Scanner.lean:580 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [211] l-yaml-stream (§9.2) ← L4YAML.TokenParser.StreamState.validNextToken @ L4YAML/Parser/TokenParser.lean:609 Pass
Production Coverage Analysis Per-rule @[yaml_spec] locations [211] l-yaml-stream (§9.2) ← L4YAML.Scanner.scanNextToken_preprocess @ L4YAML/Scanner/Scanner.lean:270 Pass
Parser Security Limit Tests Alias Limits billion-laugh rejected by anchor node count Pass
Parser Security Limit Tests Alias Limits simple alias within limits Pass
Parser Security Limit Tests Alias Limits expansion count limit enforced Pass
Parser Security Limit Tests Alias Limits resolved node count limit enforced Pass
Parser Security Limit Tests Alias Limits anchor count limit enforced Pass
Parser Security Limit Tests Structural Limits deep nesting rejected by shallow depth limit Pass
Parser Security Limit Tests Structural Limits normal nesting within limits Pass
Parser Security Limit Tests Structural Limits oversized scalar rejected Pass
Parser Security Limit Tests Structural Limits sequence length limit enforced Pass
Parser Security Limit Tests Structural Limits mapping size limit enforced Pass
Parser Security Limit Tests Document Limits document count limit enforced Pass
Parser Security Limit Tests Document Limits single document within limits Pass
Parser Security Limit Tests Document Limits input size limit enforced Pass
Parser Security Limit Tests Tag Security python tag rejected by default Pass
Parser Security Limit Tests Tag Security ruby tag rejected by default Pass
Parser Security Limit Tests Tag Security java tag rejected by default Pass
Parser Security Limit Tests Tag Security core schema tags accepted Pass
Parser Security Limit Tests Tag Security non-core custom tag rejected under coreSchemaOnly Pass
Parser Security Limit Tests Tag Security allowAll policy accepts language tags Pass
Parser Security Limit Tests Tag Security rejectAll policy rejects core schema tags Pass
Parser Security Limit Tests Preset Configurations strict preset: normal YAML accepted Pass
Parser Security Limit Tests Preset Configurations permissive preset: normal YAML accepted Pass
Parser Security Limit Tests Preset Configurations unlimited preset: normal YAML accepted Pass
Parser Security Limit Tests Preset Configurations safeTagsOnly preset: normal YAML accepted Pass
Parser Security Limit Tests Preset Configurations strict preset: billion-laugh rejected Pass
Parser Security Limit Tests Preset Configurations unlimited preset: billion-laugh allowed Pass
Parser Security Limit Tests Normal YAML Passthrough empty string Pass
Parser Security Limit Tests Normal YAML Passthrough plain scalar Pass
Parser Security Limit Tests Normal YAML Passthrough simple mapping Pass
Parser Security Limit Tests Normal YAML Passthrough simple sequence Pass
Parser Security Limit Tests Normal YAML Passthrough multi-document Pass
Parser Security Limit Tests Normal YAML Passthrough simple anchor/alias Pass
Parser Security Limit Tests Normal YAML Passthrough nested mapping+sequence Pass
Parser Security Limit Tests Normal YAML Passthrough block literal scalar Pass
Parser Security Limit Tests Normal YAML Passthrough block folded scalar Pass
Parser Security Limit Tests Normal YAML Passthrough double-quoted scalar Pass
Parser Security Limit Tests Normal YAML Passthrough single-quoted scalar Pass
Parser Security Limit Tests Normal YAML Passthrough flow sequence Pass
Parser Security Limit Tests Normal YAML Passthrough flow mapping Pass
Parser Security Limit Tests parseYamlSingleSafe single doc returns mapping Pass
Parser Security Limit Tests parseYamlSingleSafe empty returns null-like Pass
Parser Security Limit Tests parseYamlSingleSafe multi-doc rejected by single Pass
Parser Security Limit Tests parseYamlSingleSafe tag limits applied in single mode Pass
Demo Parser examples Plain scalar Pass
Demo Parser examples Flow sequence Pass
Demo Parser examples Flow mapping Pass
Demo Parser examples Block mapping Pass
Demo Parser examples Nested block structure Pass
Demo Parser examples Double-quoted scalar Pass
Demo Parser examples Multi-document stream Pass