export class ComplianceMeasuringCodeComponent {
  constructor(private seoService: SeoService) {
    seoService.setTitle('Measuring Source Code', true);
    seoService.setMetaDescription(
      'Learn about different ways to measure source code and how to choose the ' +