Back again with another #php question: I’ve put classes that exist and don’t exist through this loop, but I’m still only testing 3/4 code branches. Any ideas?

PHP code: foreach ($services as $service) { if(!class_exists($service) { continue; }
Evan Hildreth @oddevan