In my class i have below constructor, i am not able to cover code coverage.can some pls guide me, thanks. Constructor: takes an Opporutnity action, color index and associate file*/ public OpportunityAction(Opportunity_Action__c oppAction, Integer colorIndex, Files__c file) { this.oppAction = oppAction; this.oppPlan = oppAction.Opportunity_Plan__r; this.colorIndex = colorIndex; this.associatedFile = file; planHeader = false; }