LCOV - code coverage report | ||||||||||||||||||||||
![]() | ||||||||||||||||||||||
|
||||||||||||||||||||||
![]() |
Line data Source code 1 : class HelperTriggerTypeDisplay { 2 : final String key; 3 : final String description; 4 : 5 2 : HelperTriggerTypeDisplay({ 6 : this.key, 7 : this.description, 8 : }); 9 : } |
![]() |
Generated by: LCOV version 1.14 |