| Total Complexity | 5 |
| Total Lines | 32 |
| Duplicated Lines | 0 % |
| Coverage | 93.75% |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | class FeatureToggleParser { |
||
| 17 | |||
| 18 | /** @see \WMDE\Fundraising\Frontend\BucketTesting\FeatureToggle::featureIsActive */ |
||
| 19 | const FEATURE_TOGGLE_METHOD_NAME = 'featureIsActive'; |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @return string[] |
||
| 23 | */ |
||
| 24 | 1 | public static function getFeatureToggleChecks( string $choiceFactoryLocation ): array { |
|
| 33 | } |
||
| 34 | |||
| 35 | 1 | /** |
|
| 36 | 1 | * @param string $choiceFactoryLocation |
|
| 37 | 1 | * @return MethodCall[] |
|
| 38 | 1 | */ |
|
| 39 | 1 | private static function parseMethodCalls( string $choiceFactoryLocation ): array { |
|
| 51 | } |