lib/twitter.js   A
last analyzed

Complexity

Total Complexity 0
Complexity/F 0

Size

Lines of Code 33
Function Count 0

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 1
Bugs 0 Features 0
Metric Value
cc 0
wmc 0
c 1
b 0
f 0
nc 1
mnd 0
bc 0
fnc 0
dl 0
loc 33
rs 10
bpm 0
cpm 0
noi 0
1
module.exports = [
2
  'twitter:url',
3
  'twitter:card',
4
  'twitter:site',
5
  'twitter:site:id',
6
  'twitter:creator',
7
  'twitter:creator:id',
8
  'twitter:title',
9
  'twitter:description',
10
  'twitter:image',
11
  'twitter:image:src',
12
  'twitter:image:height',
13
  'twitter:image:width',
14
  'twitter:image:alt',
15
  'twitter:player',
16
  'twitter:player:width',
17
  'twitter:player:height',
18
  'twitter:player:stream',
19
  'twitter:player:stream:content_type',
20
  'twitter:app:name:iphone',
21
  'twitter:app:id:iphone',
22
  'twitter:app:url:iphone',
23
  'twitter:app:name:ipad',
24
  'twitter:app:id:ipad',
25
  'twitter:app:url:ipad',
26
  'twitter:app:name:googleplay',
27
  'twitter:app:id:googleplay',
28
  'twitter:app:url:googleplay',
29
  'twitter:label1',
30
  'twitter:data1',
31
  'twitter:label2',
32
  'twitter:data2'
33
]
34