Different Coverage for after(1, sec) and after(1, msec). My misunderstanding or just a bug?
    6 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
Hi,
Simple model is made up for coverage calculation.
State_A <--after(1, sec) --> State_B
In above, the transition is bidirectional. the decision coverage is 100%, and it makes sense since after(1, sec) is evaluated true/false according to time.
if 'sec' is changed to 'msec', then it produces 50% coverage, and the report message is
"Transition "after(1, msec)" from "A" to "B" 
after(1, msec) was never false."
Why is that?
Thanks.
0 comentarios
Respuestas (1)
  Arunkumar M
      
 el 9 de Nov. de 2018
        
      Editada: Arunkumar M
      
 el 9 de Nov. de 2018
  
      What was your step size used in simulation? This could happen when your step size is higher than 1msec as used in this condition.
0 comentarios
Ver también
Categorías
				Más información sobre Collect Coverage for Models en Help Center y File Exchange.
			
	Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

