Coverage Summary for Class: KotlinCrash (com.vsevolodganin.clicktrack.settings.debug)

Class Method, % Branch, % Line, % Instruction, %
KotlinCrash 0% (0/2) 0% (0/2) 0% (0/7)
KotlinCrash$MetroFactory 0% (0/1) 0% (0/1) 0% (0/9)
Total 0% (0/3) 0% (0/3) 0% (0/16)


 package com.vsevolodganin.clicktrack.settings.debug
 
 import dev.zacsweers.metro.Inject
 
 @Inject
 class KotlinCrash {
     operator fun invoke() {
         throw RuntimeException("Test")
     }
 }