LCOV - code coverage report
Current view: top level - src - emulator.rs (source / functions) Hit Total Coverage
Test: lcov Lines: 0 3 0.0 %
Date: 2023-12-07 18:49:03 Functions: 0 1 0.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : use crate::memory::memory_bus::MemoryBusState;
       2             : 
       3             : struct Emulator {
       4             :     memory_bus_state: MemoryBusState,
       5             : }
       6             : 
       7             : impl Emulator {
       8           0 :     pub fn new() -> Self {
       9           0 :         Self { memory_bus_state: MemoryBusState::default() }
      10           0 :     }
      11             : }

Generated by: LCOV version 1.16