Hi there!
As Diocletian's pictures show, CEP's clipping detection will only work sometimes as it only counts max/min value samples.
Here's another example: Santana - Supernatural - 07 - Maria Maria
From CEP's statistics:
Left Right
Min Sample Value: -32734 -32734
Max Sample Value: 32733 32733
Possibly Clipped: 0 0

From the picture you see that during mastering obviously after causing clipping the file was amplified by 20*log(32730/32767)=-0.0098dB and dither with max. amplitude of 3 was applied. To make CEP count all clipped samples (and a few more), you have to amplify by 20*log(32767/(32730-3))=0,011dB. Then CEP reports in this example:
Left Right
Min Sample Value: -32767 -32767
Max Sample Value: 32767 32767
Possibly Clipped: 42778 46956
@Diocletian: What program did you use to create this statistic graphs (and how)?