How to Display Pass/Fail/Missing Data

I'm trying to create a better experience in a mobile application that tracks a users fitness activity. When looking at a calendar-view, the user will 1 of 3 options:

  1. A Colored Dot - Indicates the user reached their goal
  2. A Colorless Dot - Indicates the user missed their goal
  3. No Dot - Indicates no data was captured that day because the user wasn't wearing a tracking device or had their phone off

My question is: Is it worth showing all 3 states, or would it be better to 2 states, the colored dot and a colorless dot for the last two scenarios of missing the goal and having no data? Below is a screenshot for reference.

enter image description here